Stop simulation
stop
stop
stops the simulation of the model
you are debugging.
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