Help: MATLAB command to close Model Explorer

16 ビュー (過去 30 日間)
Qi Hao Goh
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?

採用された回答

Kaustubha Govind
Kaustubha Govind 2011 年 4 月 28 日
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
  3 件のコメント
Monika Jaskolka
Monika Jaskolka 2022 年 10 月 21 日
Is there a way to close the Model Explorer without first opening it?
Alireza Tajafari Sahebi
Alireza Tajafari Sahebi 2025 年 5 月 6 日
編集済み: Alireza Tajafari Sahebi 2025 年 5 月 6 日
This is my question as well. Any update/ answer about it?

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

その他の回答 (1 件)

Thierry Dalon
Thierry Dalon 2011 年 4 月 28 日
simulink close;
  1 件のコメント
Qi Hao Goh
Qi Hao Goh 2011 年 4 月 28 日
nope that doesn't close the Model Explorer. Kaustubha Govind's method solved the problem :) Thanks!

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

カテゴリ

Help Center および File ExchangePrepare Model Inputs and Outputs についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by