systems

List nonvirtual systems of model

Syntax

systems
sys

Description

systems displays the nonvirtual subsystems for a model in the MATLAB® Command Window.

sys is the short form of the command.

Examples

Display the nonvirtual systems for the model sldemo_enginewc using the Simulink® debugger.

  1. In the MATLAB Command Window, enter:

    sldebug 'sldemo_enginewc'

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

  2. Enter:

    systems

    The MATLAB Command Window displays the nonvirtual subsystems.

    Nonvirtual subsystems in model 'sldemo_enginewc':
     0   'sldemo_enginewc/Compression'
     1   'sldemo_enginewc/Controller'
     2   'sldemo_enginewc/Throttle & Manifold/Throttle/TmpAtomicSubsysAtSwitchInport1'
     3   'sldemo_enginewc/valve timing/positive edge to dual edge conversion'
     4   'sldemo_enginewc'

See Also

Introduced before R2006a