When to use exclusive or and parallel states in stateflow
3 ビュー (過去 30 日間)
古いコメントを表示
In stateflow..we have two types in decomposition Exclusive Or and Parallel. In what scenarios we can use those two?
0 件のコメント
回答 (1 件)
Muthukumar Ganesan
2022 年 7 月 31 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!