MATLAB Function 블록의 변수
MATLAB Function 블록에 대한 블록 변수 정의
함수 코드에서 MATLAB Function 블록의 변수를 정의합니다. Simulink® 모델 내/외부의 데이터 소스에 액세스할 수 있도록 함수 변수 속성을 조정합니다.
툴
| MATLAB Function 블록 편집기 | Create, edit, and debug MATLAB code in MATLAB Function blocks |
블록
| MATLAB Function | Simulink 모델에 MATLAB 코드 포함 |
객체
MATLABFunctionConfiguration | MATLAB Function block property configuration |
Stateflow.EMChart | Stateflow interface to MATLAB Function block |
도움말 항목
- Create MATLAB Function Block Variables
Use MATLAB Function block variables to modify data input to the block, or to output modified data to the model.
- Set Properties for MATLAB Function Block Variables
Use the Property Inspector or the Model Explorer to define properties of MATLAB Function block variable properties.
- 파라미터 변수를 사용하여 MATLAB Function 블록의 작업 공간 데이터에 액세스하기
Simulink 파라미터와 MATLAB® 변수를 MATLAB Function 블록에 전달합니다.
- MATLAB Function 블록의 데이터 저장소 데이터에 액세스하기
전역 변수를 사용하여 MATLAB Function 블록의 데이터 저장소 데이터에 액세스합니다.