How do I stop a simulation in Simulink from the MATLAB command window?

147 Ansichten (letzte 30 Tage)
How do I stop a simulation in Simulink from the MATLAB command window?

Akzeptierte Antwort

MathWorks Support Team
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:

Weitere Antworten (0)

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by