このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
getCodeDescriptor
モデルの coder.codedescriptor.CodeDescriptor オブジェクトを作成
説明
例
モデル名を使用してコード記述子オブジェクトを作成
モデル名を使用して coder.codedescriptor.CodeDescriptor オブジェクトを作成します。
codeDescObj = coder.getCodeDescriptor('CustomCodeComments')ビルド フォルダーを使用してコード記述子オブジェクトを作成
ビルド フォルダーを使用して coder.codedescriptor.CodeDescriptor オブジェクトを作成します。
codeDescObj = coder.getCodeDescriptor('C:\Users\Desktop\work\CustomCodeComments_ert_rtw')入力引数
バージョン履歴
R2018a で導入