photo

Swaroop Gopa Srinivas

Last seen: 6 days ago Active since 2021

Followers: 1   Following: 0

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
23,168
of 300,338

REPUTATION
2

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
The waveform is not displayed when using the STM32F4xx Encoder block
Kindly contact the Technical Support and share the relevant files pertaining to the project like simplified/reduced Simulink mod...

6 days ago | 0

Answered
Using ADC in simulink for sensor data collection
Connect a Buffer Block to ADC output For more information on Buffer block, Refer: https://www.mathworks.com/help/dsp/ref/buffe...

2 years ago | 0

Answered
STM32U5 Series MCU Support
STM32U5 series are supported from BR2023bd release.

2 years ago | 1

Answered
How to save data to workspace when simulink is running in external mode?
I understand that, simulation result need to be stored when model is run in external mode. Try using To Workspace block to st...

4 years ago | 0

Answered
What would be the output of the below code snippet and why ?
I assume that output of below Matlab code is required with reason. x = 0; a(); function a() x = 2; b(); disp(x); ...

4 years ago | 0