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

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 Hilfe-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