When to use exclusive or and parallel states in stateflow
조회 수: 1 (최근 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!