Help: MATLAB command to close Model Explorer
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Qi Hao Goh
le 28 Avr 2011
Modifié(e) : Alireza Tajafari Sahebi
le 6 Mai 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 commentaires
Réponse acceptée
Kaustubha Govind
le 28 Avr 2011
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
3 commentaires
Alireza Tajafari Sahebi
le 6 Mai 2025
Modifié(e) : Alireza Tajafari Sahebi
le 6 Mai 2025
This is my question as well. Any update/ answer about it?
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Prepare Model Inputs and Outputs dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!