Simulink.data.dictionary.Section
配置数据字典分区
说明
Simulink.data.dictionary.Section
类的一个对象表示数据字典的一个分区,例如“设计数据”或“配置”。该对象允许您对分区执行操作,例如添加或删除条目以及从文件中导入数据。
必须创建一个表示目标数据字典的 Simulink.data.Dictionary
对象,才能创建一个 Simulink.data.dictionary.Section
对象。一旦创建,Simulink.data.dictionary.Section
对象就独立于 Simulink.data.Dictionary
对象而存在。
您不能使用数据字典编程接口(请参阅以编程方式将数据存储到字典中)访问数据字典的 Embedded Coder 分区。在这种情况下,请参阅Embedded Coder Dictionary (Embedded Coder)。
属性
对象函数
addEntry | Add new entry to data dictionary section |
assignin | Assign value to data dictionary entry |
deleteEntry | Delete data dictionary entry |
evalin | Evaluate MATLAB expression in data dictionary section |
exist | Check existence of data dictionary entry |
exportToFile | Export data dictionary entries from section to MAT-file or MATLAB file |
find | Search in data dictionary section |
getEntry | Create Simulink.data.dictionary.Entry object
to represent data dictionary entry |
importFromFile | Import variables from MAT-file or MATLAB file to data dictionary section |
示例
版本历史记录
在 R2015a 中推出