Simulink.data.Dictionary
配置数据字典
说明
Simulink.data.Dictionary
对象表示数据字典。您可以通过该对象对数据字典执行操作,如保存或放弃所做的更改;从基础工作区中导入数据以及添加其他数据字典作为参考。
创建对象
函数 Simulink.data.dictionary.create
和 Simulink.data.dictionary.open
可创建一个 Simulink.data.Dictionary
对象。
属性
对象函数
addDataSource | Add reference data dictionary to parent data dictionary |
close | Close connection between data dictionary and Simulink.data.Dictionary object |
discardChanges | Discard changes to data dictionary |
exportToVersion | Export a Simulink.data.Dictionary object to a previous
version |
filepath | 数据字典的完整路径和文件名 |
getSection | 返回 Simulink.data.dictionary.Section 对象以表示数据字典分区 |
hide | Remove data dictionary from Model Explorer |
importEnumTypes | Import enumerated type definitions to data dictionary |
importFromBaseWorkspace | Import base workspace variables to data dictionary |
listEntry | List data dictionary entries |
removeDataSource | Remove reference data dictionary from parent data dictionary |
saveChanges | 保存对数据字典所做的更改 |
show | Show data dictionary in Model Explorer |
示例
版本历史记录
在 R2015a 中推出