フィルターのクリア

Simulink-Project... is there a way to deactivate pop-up question?

8 ビュー (過去 30 日間)
Kai Harth
Kai Harth 2022 年 3 月 4 日
編集済み: Hawking 2023 年 3 月 3 日
We just started using Simulink Project. When a model is opened that is part of the project, a pop- up will show up if we want to open just the model, or load the entire project.
Is there a default setting to deactivate that behavior?
We have many examples where we run simulink and open models programmatically, in various batch modes. So blocking on a pop-up each time is not an option.
  4 件のコメント
Benjamin Thompson
Benjamin Thompson 2022 年 3 月 4 日
It happens in R2021B also with open(). That should be fine since open() seems to be intended to be the same as opening the model for user editing and using. It does not appear to be a purely programmatic function.
Hawking
Hawking 2023 年 3 月 3 日
編集済み: Hawking 2023 年 3 月 3 日
I am getting below pop up while opening simulink model file every time. How to disable this pop-up.

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

採用された回答

Kai Harth
Kai Harth 2022 年 3 月 4 日
Summarizing the answer myself here:
Turns out that only open() has this behavior, load_system() and open_system() do not.
It is acceptable to say that in a programmatic context only the latter two should be used, which mitigates the problem.

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by