Help: MATLAB command to close Model Explorer
16 ビュー (過去 30 日間)
古いコメントを表示
Qi Hao Goh
2011 年 4 月 28 日
編集済み: Alireza Tajafari Sahebi
2025 年 5 月 6 日
I'm currently working on a MATLAB Simulink model and at times it is difficult with so many windows opened. I'm currently writing a script to close all unnecessary windows, including Model Explorer. I'm aware that I can open Model Explorer with command "daexplr" but I don't know how to close it. Is there away to close it through command?
0 件のコメント
採用された回答
Kaustubha Govind
2011 年 4 月 28 日
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
3 件のコメント
Monika Jaskolka
2022 年 10 月 21 日
Is there a way to close the Model Explorer without first opening it?
Alireza Tajafari Sahebi
2025 年 5 月 6 日
編集済み: Alireza Tajafari Sahebi
2025 年 5 月 6 日
This is my question as well. Any update/ answer about it?
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Prepare Model Inputs and Outputs についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!