フィルターのクリア

hide simulink model window, Make simulink model window invisible

3 ビュー (過去 30 日間)
Nataraj
Nataraj 2013 年 4 月 16 日
回答済み: Raymond Estrada 2020 年 12 月 24 日
Hello everyone,
In my project while highlighting blocks via code, the window pops up and is annoying. Can anyone suggest me how to make this simulink window invisible via code.
Thanks in advance
ThN

回答 (1 件)

Raymond Estrada
Raymond Estrada 2020 年 12 月 24 日
Hi there, you can try:
set_param(<model name in single quotes>, 'Open', 'off')

カテゴリ

Help Center および File ExchangeModel, Block, and Port Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by