フィルターのクリア

How can I modify programmatically model data design ?

2 ビュー (過去 30 日間)
Adrien GOEPPEL
Adrien GOEPPEL 2022 年 5 月 24 日
コメント済み: Adrien GOEPPEL 2022 年 5 月 24 日
Hello,
I'm designing a programmatical simulink generation and I use models into my simulink. However those models are linked to a Simulink Data Dictionnary and I would link them to the Base Workspace. Here you can find a Screen from the Model Explorer:
Is there any function or command to change Define In "Data Dictionnary" to "Base Workspace".
Thanks a lot for yur support !

採用された回答

Fangjun Jiang
Fangjun Jiang 2022 年 5 月 24 日
get_param('ModelName','DataDictionary')
set it to be empty will force to use base workspace
set_param('ModelName','DataDictionary','')
  1 件のコメント
Adrien GOEPPEL
Adrien GOEPPEL 2022 年 5 月 24 日
It works just fine ! Thank you for your fast answer !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

タグ

製品


リリース

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by