in
Check state activity
Syntax
Description
in(
returns 1
(state_name
)true
) if the state state_name
is active.
Otherwise, the operator returns 0 (false
).
Examples
Tips
To determine the state activity, a Stateflow® chart performs a localized search of the state hierarchy. The chart does not perform an exhaustive search for all states and does not stop after finding the first match. To improve the chances of finding a unique search result:
Use dot notation to qualify the name of the state.
Give states unique names.
Use states and boxes as enclosures to limit the scope of the path resolution search.
Additionally, a chart cannot use the in
condition to trigger
actions based on the activity of states in other charts.
For more information, see Resolution of State Activity.
Version History
Introduced before R2006a