undisp - Remove display point in simulation debugging session - MATLAB (original) (raw)
Main Content
Remove display point in simulation debugging session
Syntax
Description
undisp [blk](#mw%5F02664f81-bea2-4819-9923-d74e9f1e0b05)
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.
Note
This function is supported only for simulation debugging sessions started programmatically using the sldebug function or using the sim function with the 'debug'
name-value argument.
Input Arguments
Block that corresponds to display point to remove, specified as one of these options:
(t)s:b
— Block ID, wheret
is the index of the task in which the block executes,s
is the system that contains the block, andb
is the index of the block within the systemgcb
— Current block
Version History
Introduced before R2006a