Help: MATLAB command to close Model Explorer
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Qi Hao Goh
el 28 de Abr. de 2011
Editada: Alireza Tajafari Sahebi
el 6 de Mayo de 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 comentarios
Respuesta aceptada
Kaustubha Govind
el 28 de Abr. de 2011
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
3 comentarios
Monika Jaskolka
el 21 de Oct. de 2022
Is there a way to close the Model Explorer without first opening it?
Alireza Tajafari Sahebi
el 6 de Mayo de 2025
Editada: Alireza Tajafari Sahebi
el 6 de Mayo de 2025
This is my question as well. Any update/ answer about it?
Más respuestas (1)
Ver también
Categorías
Más información sobre Prepare Model Inputs and Outputs en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!