When to use exclusive or and parallel states in stateflow

1 visualización (últimos 30 días)
Siva Prasad
Siva Prasad el 6 de Mzo. de 2017
Respondida: Muthukumar Ganesan el 31 de Jul. de 2022
In stateflow..we have two types in decomposition Exclusive Or and Parallel. In what scenarios we can use those two?

Respuestas (1)

Muthukumar Ganesan
Muthukumar Ganesan el 31 de Jul. de 2022
Hi,
Exclusive OR: Used where the operating modes are mutually exclusive i.e., only one substate can be active at a time
Ex: Vehicle Gear Positions
Parallel: Used where the operating modes are concurrent i.e., All substates are active at the same time
Ex: Each diagnostic tests
Hope this helps. Thanks.

Categorías

Más información sobre MATLAB Parallel Server en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by