photo

Manjunath Bhimalli


Last seen: 8개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

Programming Languages:
Python, MATLAB, HTML, CSS

통계학

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • Thankful Level 1

배지 보기

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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 1

질문


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년 전 | 답변 수: 1 | 0

1

답변