Start simulation in debug mode
sldebug('sys
')
sldebug('
starts
a simulation in debug mode. See Debugger Command-Line Interface for information
about using the debugger.sys
')
The following command:
sldebug('vdp')
loads the Simulink® example model vdp
into
memory and starts the simulation in debug mode. Alternatively, you
can achieve the same result by using the sim
command:
sim('vdp', 'debug', 'on')