Help: MATLAB command to close Model Explorer
12 views (last 30 days)
Show older comments
Qi Hao Goh
on 28 Apr 2011
Edited: Alireza Tajafari Sahebi
on 6 May 2025
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 Comments
Accepted Answer
Kaustubha Govind
on 28 Apr 2011
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
3 Comments
Alireza Tajafari Sahebi
on 6 May 2025
Edited: Alireza Tajafari Sahebi
on 6 May 2025
This is my question as well. Any update/ answer about it?
More Answers (1)
See Also
Categories
Find more on Prepare Model Inputs and Outputs in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!