이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
MATLAB 함수
데이터 분석 및 시각화를 위한 행렬 기반 알고리즘 작성
MATLAB® 코드를 Stateflow® 차트 내부에 통합합니다. MATLAB을 사용하여 보다 쉽게 표현되는 행렬 계산 및 데이터 분석 등의 알고리즘을 구현합니다.
도움말 항목
- Reuse MATLAB Code by Defining MATLAB Functions
Create and execute MATLAB functions in a Stateflow chart.
- Integrate MATLAB Functions in a Stateflow Charts
Define the logical behavior of a MATLAB function.
- Access Simulink Bus Signals in MATLAB Functions
This example shows how to read from and write to Simulink® bus signals in a MATLAB® function by using MATLAB and Stateflow® buses.
- Export Stateflow Functions for Reuse
Extend the scope of your functions to other blocks in a Simulink® model.
- Reuse Functions by Using Atomic Boxes
Encapsulate reusable functions in a separate namespace.
문제 해결
Debug a MATLAB Function in a Chart
Use breakpoints to debug MATLAB functions.
Initialize Persistent Variables in MATLAB Functions
Specialized semantics impact the way that a function initializes persistent data.