stop
Stop simulation
Syntax
stop
Description
stop
stops the simulation of the model you are debugging.
Examples
Start and stop a simulation for the model vdp
using the
Simulink® debugger.
Start a debugger session. In the MATLAB Command Window, enter:
sldebug 'vdp'
The MATLAB command prompt >> changes to the Simulink debugger prompt (sldebug @0): >>.
Start a simulation of the model. Enter:
run
Stop the simulation. Enter:
stop