このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
getDataTypeNames
説明
は、ディクショナリ内のデータ型名の cell 配列を返します。dataTypeNames
= getDataTypeNames(dictObj
)
例
Simulink インターフェイス ディクショナリからのデータ型名の取得
ディクショナリ内のデータ型名の cell 配列を取得するには、関数 getDataTypeNames
を使用します。関連する関数のワークフローを示す詳細な例については、インターフェイス ディクショナリの作成と構成を参照してください。
dataTypeNames = getDataTypeNames(dictAPI)
dataTypeNames = 1×7 cell array Columns 1 through 3 {'myAliasType1'} {'myAliasType2'} {'myAliasType3'} Columns 4 through 6 {'myColor'} {'myStructType1'} {'myStructType2'} Column 7 {'myValueType1'}
入力引数
dictObj
— インターフェイス ディクショナリ
Simulink.interface.Dictionary
オブジェクト
インターフェイス ディクショナリ。Simulink.interface.Dictionary
オブジェクトとして指定します。この関数を使用する前に、Simulink.interface.dictionary.create
または Simulink.interface.dictionary.open
を使用して dictObj
を作成するか開いておきます。
出力引数
dataTypeNames
— DataType
定義名
cell array of character vectors
| string array
dictObj
のプロパティ配列 DataTypes
における DataType
定義名。文字ベクトルの cell 配列または string 配列として指定します。
例: {'myAliasType1'} {'myAliasType2'} {'myAliasType3'}
バージョン履歴
R2022b で導入R2023b: Simulink.interface.Dictionary
オブジェクトから Simulink.dictionary.ArchitecturalData
オブジェクトへの置き換え
R2023b 以降では、Simulink.interface.Dictionary
オブジェクトではなく、Simulink.dictionary.ArchitecturalData
オブジェクトを使用して、プログラムでアーキテクチャ データを管理します。
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)