MATLAB Function 模块编辑器
编辑 MATLAB Function 模块代码,定义变量、输入触发器和函数调用输出
自定义、编辑和调试 MATLAB Function 模块代码。
工具
| MATLAB Function 模块编辑器 | Create, edit, and debug MATLAB code in MATLAB Function blocks |
对象
MATLABFunctionConfiguration | MATLAB Function block property configuration |
MATLABFunctionReport | MATLAB function report |
函数
openReport | Open MATLAB function report |
closeReport | Close MATLAB function report |
getReport | Generate MATLAB function report |
主题
- 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.
- Manage the Input Trigger of a MATLAB Function Block
Define an input trigger for MATLAB Function blocks.
- Manage Function Call Outputs of a MATLAB Function Block
Define function call outputs for MATLAB Function blocks.
- MATLAB Function Reports
Generate and interpret MATLAB® function reports.
- Configure MATLAB Function Blocks Programmatically
Set up a MATLAB Function block and inspect it with programmatic commands.
疑难解答
在仿真期间调试 MATLAB Function 模块代码。