| Simulink Reference | ![]() |
Display a block's I/O when the simulation stops.
Syntax
Arguments
s:b |
The block whose system index is s and block index is b. |
gcb |
Current block. |
Description
The disp command registers a block as a display point. The debugger displays the inputs and outputs of all display points in the MATLAB command window whenever the simulation halts. Invoking disp without arguments shows a list of display points. Use undisp to unregister a block.
See Also
| continue | help | ![]() |