The 'wait' command and m-code/simulink interaction
3 views (last 30 days)
Show older comments
Dear Community,
I'm controlling the simulation course of a simulink block diagram for control system design purposes. I do this through changing a property called 'SimulationCommand' to 'pause', 'continue', and 'start' values. As the script file immediately runs the next command line after the 'set_param' command, I couldn't plan my control loop. I was wondering if there is any way perhaps using the 'wait' command to prevent the script from running until the simulation result of the control sample is arrived. That is to wait until the simulink engine is paused by the 'Pause Block' which is defined inside the model.
2 Comments
Kaustubha Govind
on 6 Jun 2014
pouya: Could you please elaborate on why S-functions (as suggested on the previous thread) do not solve your problem?
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Naming Conventions 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!