State Diagram |
A state diagram is a model of a reactive system. The model defines a finite set of states and behaviors and how the system transitions from one state to another when certain conditions are true.
State diagrams are used to model complex logic in dynamic systems, from automatic transmissions to robotic systems to mobile phones. Examples of this complex logic include:
You can model state diagrams with Stateflow software and integrate them into a Simulink model. These state diagrams provide additional capabilities beyond traditional finite state machines, including:
See also: control logic, finite state machine, control systems, embedded systems, state-chart