이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
밀리 차트, 무어 차트 및 연속시간 차트
영역별 의미 체계 구현
연속 모드 및 이산 모드 변경에 반응하는 모델을 위한 연속 업데이트 방법을 선택합니다. 출력이 현재 입력과 현재 상태의 함수인 유한 상태 머신을 모델링하려면 밀리 차트를 사용합니다. 출력이 현재 상태에 의해서만 달라지는 유한 상태 머신을 모델링하려면 무어 차트를 사용합니다.
도움말 항목
연속시간 시스템
- 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.
밀리 차트 및 무어 차트
- Overview of Mealy and Moore Machines
Create charts that implement Mealy and Moore state machine semantics. - 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.