Manjunath Bhimalli
Followers: 0 Following: 0
Python, MATLAB, HTML, CSS
Statistics
RANK
4,933
of 295,467
REPUTATION
10
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
How can I read an external file in Simulink to get some parameters in a way supported for code generation?
From your problem statement it shows that you have a model whic looks below and need to add few parameters specific to only for ...
5 years ago | 0
Create a Stateflow using local variables (not global)
This can be controlled with code generation options from configuration setting panel. configuration setting ->code generation->...
5 years ago | 0
How to model a Light Railway Transit System in simulink
Hey... Try it in simscape rather than simulink you dont get rquired blocks in simulink for the problem statement what you are ...
5 years ago | 0
| accepted
Extract numbers from cell array
Use the regular expressions , i am not sure what the return type you are expecting , tried something like this it worked given...
6 years ago | 0
| accepted
How to initialize variables in Stateflow?
Hey Akash, got your issue. Try something below it should work. Take one extra input to stateflow 'initCondtn' from outside ...
6 years ago | 1
Question
The values of desired_speed and desired_trq are 1 & 99, the typedef is PERCENTAGE which of integer type,but while simulating it is showing fraction values, Is this something to do with the "PERCENTAGE " typedef ?
typdef definition of PERCENTAGE in .m : PERCENTAGE.WordType = 'uint16'; PERCENTAGE.DataTypeMode = 'Fixed-point: slope ...
6 years ago | 1 answer | 0