| Using Simulink | Search  Help Desk |
Running a Simulation Incrementally
The Simulink debugger lets you run a simulation step by step. You can step from block to block, time point to time point, or from breakpoint to breakpoint (see "Setting Breakpoints"). You select the amount to advance the simulation by entering the appropriate debugger command.| Command |
Advances a Simulation... |
step |
One block |
next |
One time step |
continue |
To next breakpoint |
run |
To end of simulation, ignoring breakpoints |