Main Content

undisp

Remove display point in simulation debugging session

Description

undisp blk removes the display point for the block blk from the list of display points for the current simulation debugging session. The software displays information for each registered display point each time the simulation pauses.

  • When you start the simulation debugging session programmatically, the information is displayed in the MATLAB® Command Window.

  • When you start the simulation debugging session using the Simulink® Editor, the information is displayed in the Diagnostic Viewer.

You can use this function in a simulation debugging session started:

  • Interactively, using the Simulink Toolstrip

  • Programmatically, using the sldebug function

  • Programmatically, using the sim function with the 'debug' name-value argument

Note

This function is available only for simulation debugging sessions started programmatically and for interactive simulation debugging sessions while paused within a time step.

Input Arguments

collapse all

Block that corresponds to display point to remove, specified as one of these options:

  • (t)s:b — Block ID, where t is the index of the task in which the block executes, s is the system that contains the block, and b is the index of the block within the system

  • gcb — Current block

Tips

To start a simulation debugging session interactively, add one or more breakpoints to your model and in the Breakpoints List, check that Pause within time step is selected. When the simulation pauses on a breakpoint, some of the programmatic debugging commands, such as the stop command, are available for use in the MATLAB Command Window.

Version History

Introduced before R2006a