sldebug
Start simulation in debug mode
Syntax
sldebug('sys
')
Description
sldebug('
starts
a simulation in debug mode. See Simulink Debugger Programmatic Interface for information
about using the debugger.sys
')
Examples
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')
Version History
Introduced in R2006a