Simulink.ModelWorkspace
以编程方式与模型的模型工作区进行交互
创建对象
要创建 Simulink.ModelWorkspace
,请使用 get_param
函数查询模型参数 ModelWorkspace
的值。例如,要创建名为 mdlWks
的对象(该对象表示名为 myModel.slx
的模型的模型工作区),请执行以下代码:
mdlWks = get_param('myModel','ModelWorkspace')
属性
对象函数
getVariable | 在模型的模型工作区中返回变量的值 |
getVariablePart | Get value of variable property in model workspace |
setVariablePart | Set property of variable in model workspace |
hasVariable | Determine whether variable exists in the model workspace of a model |
whos | Return list of variables in the model workspace of a model |
saveToSource | Save model workspace changes to the external data source of the model workspace |
save | 将模型工作区的内容保存到 MAT 文件中 |
reload | Reinitialize variables from the data source of a model workspace |
evalin | Evaluate expression in the model workspace of a model |
clear | 从模型的模型工作区中清除变量 |
assignin | 为模型的模型工作区中的变量赋值 |
示例
版本历史记录
在 R2006a 之前推出