Run simulation to completion
run
r
run
starts the simulation from the current
breakpoint to its final time step. It ignores breakpoints and display
points.
r
is the short form of the command
Continue the simulation for the model vdp
using
the Simulink® debugger.
In the MATLAB Command Window, enter:
sldebug 'vdp'
The MATLAB command prompt >> changes to the Simulink debugger prompt (sldebug @0): >>.
Enter:
run