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
— ターゲットのモデル ファイルまたはデータ ディクショナリ
文字ベクトル | string スカラー | 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)