how to give the values for step block in simulink through command window.
Show older comments
i tried with set_param('modelname/step',Finalvalue','5') but its showing error. pls help me to correct the issue.
Answers (1)
Sebastian Castro
on 28 Aug 2017
1 vote
While set_param is certainly an option, I'd highly recommend that you create a MATLAB variable, e.g. finalValue in the workspace. Then, use that variable name asthe Step block's final value.
- Sebastian
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!