Simulink Reference | ![]() ![]() |
Syntax
Arguments
s:b |
The block whose system index is s and block index is b . |
gcb |
Current block. |
s#n |
The algebraic loop numbered n in system s . |
clear |
Switch that clears loop coloring. |
Description
ashow
without any arguments lists all of a model's algebraic loops in the MATLAB command window. ashow gcb
or ashow s:b
highlights the algebraic loop that contains the specified block. ashow
s#n
highlights the n
th algebraic loop in system s
. ashow clear
removes algebraic loop highlights from the model diagram.
See Also
![]() | Simulink Debugger Commands | atrace | ![]() |