quit
Stop simulation debugger
Syntax
quit
q
Description
quit
stops the Simulink®
debugger and returns to the MATLAB® command
prompt.
q
is the short form of the command.
Examples
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