innerTransitions
R2026bIdentify inner transitions with specified source
Description
returns an array of transitions = innerTransitions(source)Stateflow.Transition objects that
correspond to the inner transitions of the specified source state. An inner
transition is a transition that does not exit the source state. For more
information, see Control Chart Execution by Using Inner Transitions.
Examples
Input Arguments
Tips
The
innerTransitionsfunction is not supported forStateflow.StateTransitionTableChartobjects. To add inner transition paths in a state transition table, use theaddInnerTransitionPathobject function of theStateflow.StateTransitionTableRowobject.
Version History
Introduced before R2006a
