Run several simulations and change model parameters automatically
2 views (last 30 days)
Show older comments
Hello, I want to run a simulink model consecutively and change a block's parameters automatically. In order to do this I use a script according to the example http://www.mathworks.com/videos/running-multiple-simulink-simulations-in-parallel-68946.html. In particular, I try to define the Three-Phase Programmable Voltage Source block's parameters using the set_param command, but I get a warning like that:
'Overriding parameters of Three-Phase Programmable Voltage Source1/Model/Discrete/Signal generator/Variation SubSystem which is inside a library link. These changes can be changed, propagated, or viewed using the 'Link Options' menu item'
What would be a solution or some other way to run the model consecutively and modify the block's parameters instead of setting the parameters manually and pressing the start button to start the simulation?
Thank you in advance.
0 Comments
Answers (1)
Shivaputra Narke
on 1 Feb 2014
Try to unlock the library and modify your required block then lock the library again. You can do it in your script.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!