Run several simulations and change model parameters automatically

1 view (last 30 days)
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.

Answers (1)

Shivaputra Narke
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.

Categories

Find more on Modeling 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!