Is it possible to show Model Browser of a Simulink model programmatically?
6 ビュー (過去 30 日間)
古いコメントを表示
Sunny Talekar
2018 年 1 月 15 日
コメント済み: Sunny Talekar
2018 年 1 月 24 日
Hi, I was wondering if it is possible to configure a Simulink model (using MATLAB script) to display model browser by default on opening. I want to use it in the model's PreLoadfcn callback to display the block hierarchy. Thank you
2 件のコメント
KVM
2018 年 1 月 15 日
Are you talking about Model Explorer? If yes, the command "sfexplr" should do the trick
採用された回答
Emmanouil Tzorakoleftherakis
2018 年 1 月 24 日
Hi Sunny,
you can use
set_param(gcs, 'ModelBrowserVisibility', 'on')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!