run

Run simulation to completion

Syntax

run
r

Description

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

Examples

Continue the simulation for the model vdp using the Simulink® debugger.

  1. In the MATLAB Command Window, enter:

    sldebug 'vdp'

    The MATLAB command prompt >> changes to the Simulink debugger prompt (sldebug @0): >>.

  2. Enter:

    run

See Also

| |

Introduced before R2006a