Stop simulation debugger
quit
q
quit
stops the Simulink® debugger
and returns to the MATLAB® command prompt.
q
is the short form of the command.
Start the Simulink debugger
for the model vdp
and then stop it.
In the MATLAB Command Window, enter:
sldebug 'vdp'
The MATLAB command prompt >> changes to the Simulink debugger prompt (sldebug @0): >>.
Enter:
quit