How to set a parameter to a gain in simulink?
4 views (last 30 days)
Show older comments
Hi everyone,
I am trying to make the attached model for my assignment in Simulink, but I keep getting the attached error when I am trying to set a 1/m gain. Anyone knows what is the problem?
Thanks for helping me.
0 Comments
Answers (1)
Stalin Samuel
on 7 Oct 2016
Make sure that you are getting right value for variable in the gain block. According to me if you know the value m then use the final result of (1/m) in the gain block
2 Comments
Stalin Samuel
on 8 Oct 2016
Edited: Stalin Samuel
on 8 Oct 2016
- In File menu go to "model properties-->Model properties"
- Model properties window will be opened
- In which under callbacks section click on InitFcn
- Then specify the values in Model initialization function editor box
- Then click on Apply-->OK
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!