이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
이산 이벤트 및 모드 차트
시스템 동작의 이산 변경 내용 모델링
일반적으로 물리 모델링에는 연속 변수와 연속 방정식이 사용됩니다. 그러나 경우에 따라 시스템 동작의 특정한 변화를 이산적으로 처리하여 시스템의 수학 모델을 단순화하고 시뮬레이션 성능을 개선할 수 있습니다. 시작하려면 Discrete Event Modeling 항목을 참조하십시오.
모드 차트는 서로 다른 작동 모드들의 이산 집합이라는 특징을 갖는 컴포넌트들을 모델링하는 직관적인 방법을 제공합니다. 여러 작동 모드 및 이들 간의 천이가 있는 컴포넌트를 모델링할 때마다 이 컴포넌트를 모드 차트 구현에 사용하는 것이 좋습니다. 시작하려면 Mode Chart Modeling 항목을 참조하십시오.
언어 구문
도움말 항목
이산 변수 및 이벤트
- Discrete Event Modeling
Simplify mathematical model of the system by assuming that certain variables can change values instantaneously and discontinuously at specific points in time. - Triggered Delay Component
This example shows how to implement a triggered delay component. - Enabled Component
This example shows how to implement a component similar to a Simulink® enabled subsystem.
모드 차트
- Mode Chart Modeling
Model components characterized by discrete set of distinct operating modes. - Switch with Hysteresis
This example shows how to model a component by using mode charts and enumerations. - State Reset Modeling
Reinitialize state variables at events.