Parallelism
Manage concurrent processes
Model concurrent operating modes by using parallel states. Configure the order of execution for parallel states. Broadcast local events from one state to another to synchronize your states.
Topics
- Define Exclusive and Parallel Modes by Using State DecompositionCreate states that execute separately or simultaneously. 
- Execution Order for Parallel StatesSet the order of execution for parallel (AND) states. 
- Broadcast Local Events to Synchronize Parallel StatesCommunicate between parallel (AND) states by making directed event broadcasts. 
- How Stateflow Objects Interact During ExecutionCombine graphical and nongraphical objects to simulate reactive systems. 
