このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
removeReference
説明
例
Simulink インターフェイス ディクショナリからの参照ディクショナリの削除
参照ディクショナリ ReferenceInterfaces1.sldd
および ReferenceInterfaces2.sldd
をインターフェイス ディクショナリ MyInterfaces.sldd
から削除します。
参照ディクショナリの名前を取得します。
dictAPI1 = Simulink.interface.dictionary.open('MyInterfaces.sldd');
refDicts = getReferences(dictAPI1)
refDicts = 2×1 cell array {'C:\work\ReferenceInterfaces1.sldd'} {'C:\work\ReferenceInterfaces2.sldd'}
ディクショナリ オブジェクトと文字ベクトルを使用して参照ディクショナリを削除します。
dictAPI2 = Simulink.interface.dictionary.open('ReferenceInterfaces1.sldd'); removeReference(dictAPI1,dictAPI2); removeReference(dictAPI1,'ReferenceInterfaces2.sldd'); refDicts = getReferences(dictAPI1)
refDicts = 0×1 empty cell array
入力引数
dictObj
— インターフェイス ディクショナリ
Simulink.interface.Dictionary
オブジェクト
インターフェイス ディクショナリ。Simulink.interface.Dictionary
オブジェクトとして指定します。この関数を使用する前に、Simulink.interface.dictionary.create
または Simulink.interface.dictionary.open
を使用して dictObj
を作成するか開いておきます。
refDict
— 参照インターフェイス ディクショナリ
文字ベクトル | string スカラー | Simulink.interface.Dictionary
オブジェクト
参照インターフェイス ディクショナリ。文字ベクトル、string スカラー、または Simulink.interface.Dictionary
オブジェクトとして指定します。
例: 'ReferenceDictionary.sldd'
バージョン履歴
R2023a で導入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)