밀리 차트, 무어 차트 및 연속시간 차트
영역별 의미 체계 구현
연속 모드 및 이산 모드 변경에 반응하는 모델을 위한 연속 업데이트 방법을 선택합니다. 출력이 현재 입력과 현재 상태의 함수인 유한 상태 머신을 모델링하려면 밀리 차트를 사용합니다. 출력이 현재 상태에 의해서만 달라지는 유한 상태 머신을 모델링하려면 무어 차트를 사용합니다.
도움말 항목
연속시간 시스템
- Continuous-Time Modeling in Stateflow
Simulate systems that exhibit modal behavior in continuous time. - Store Continuous State Information in Local Variables
Define continuous-time variables and their derivatives.
밀리 차트 및 무어 차트
- 밀리 머신과 무어 머신에 대한 개요
밀리 상태 머신 의미 체계와 무어 상태 머신 의미 체계를 구현하는 차트를 만듭니다. - Design Considerations for Mealy Charts
Use best practices for implementing Mealy semantics in charts. - Design Considerations for Moore Charts
Use best practices for implementing Moore semantics in charts. - Convert Charts Between Mealy and Moore Semantics
Achieve equivalent chart behavior when you change state machine types. - Initialize Persistent Variables in MATLAB Functions
Specialized semantics impact the way that a function initializes persistent data.