coder.dictionary.open
打开 Embedded Coder 字典对象
说明
在由 coderDictionaryObj
= coder.dictionary.open(sourceName
)sourceName
辨识的模型或 Simulink® 数据字典中打开一个 Embedded Coder 字典。该函数返回表示 Embedded Coder 字典的 coder.Dictionary
对象。
示例
打开现有 Embedded Coder 字典
打开模型 RollAxisAutopilot
,它有一个 Embedded Coder 字典。
openExample('RollAxisAutopilot')
打开该 Embedded Coder 字典,并用 coder.Dictionary
对象表示它。
coderDictionaryObj = coder.dictionary.open('RollAxisAutopilot')
coderDictionaryObj = Dictionary with Sections: StorageClasses: [1×1 coder.dictionary.Section] MemorySections: [1×1 coder.dictionary.Section] FunctionCustomizationTemplates: [1×1 coder.dictionary.Section]
输入参数
sourceName
— 目标模型文件或数据字典
字符向量 | 字符串标量 | Simulink.data.Dictionary
对象
包含 Embedded Coder 字典的模型文件或数据字典的名称,指定为字符向量。
必须加载一个模型(例如,通过使用
load_system
加载)或该模型处于打开状态。您不需要指定
.slx
文件扩展名。必须在模型资源管理器、当前文件夹或 MATLAB® 路径中打开一个字典。
您必须指定
.sldd
文件扩展名。
示例: 'myLoadedModel'
示例: 'myDictionary.sldd'
数据类型: char
输出参量
coderDictionaryObj
— Embedded Coder 字典
coder.Dictionary
对象
Embedded Coder 字典,以 coder.Dictionary
对象形式返回。
版本历史记录
在 R2019b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)