One-Step a Simulink Simulation from the MATLAB command line
Ältere Kommentare anzeigen
Hi,
I'm trying to step through a simulink model by just executing time 0 then 1, then 2, etc. from the command line. Rather than using the debugger, I'd like to execute the entire model each time, assuming its fixed-step.
Something like this would be preffered: simulate('model_name', onestep);
Is there any way to do this in simulink/MATLAB?
Antworten (2)
Kaustubha Govind
am 14 Mai 2012
1 Stimme
Note that the word model needs to be replaced with the actual name of the model.
krishna teja
am 28 Mär. 2020
0 Stimmen
check this
Kategorien
Mehr zu Modeling finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!