How do I stop a simulation in Simulink from the MATLAB command window?
147 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 10 Sep. 2012
Bearbeitet: MathWorks Support Team
am 31 Mai 2023
How do I stop a simulation in Simulink from the MATLAB command window?
Akzeptierte Antwort
MathWorks Support Team
am 31 Mai 2023
Bearbeitet: MathWorks Support Team
am 31 Mai 2023
You can use the following command at the MATLAB command prompt to stop a simulation in SIMULINK from the MATLAB command window:
set_param(gcs, 'SimulationCommand', 'stop')
For more information on what other simulatin commands you can use with SET_PARAM see the Using Simulink Guide here:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!