Help: MATLAB command to close Model Explorer

14 visualizaciones (últimos 30 días)
Qi Hao Goh
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?

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 28 de Abr. de 2011
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
  3 comentarios
Monika Jaskolka
Monika Jaskolka el 21 de Oct. de 2022
Is there a way to close the Model Explorer without first opening it?
Alireza Tajafari Sahebi
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?

Iniciar sesión para comentar.

Más respuestas (1)

Thierry Dalon
Thierry Dalon el 28 de Abr. de 2011
simulink close;
  1 comentario
Qi Hao Goh
Qi Hao Goh el 28 de Abr. de 2011
nope that doesn't close the Model Explorer. Kaustubha Govind's method solved the problem :) Thanks!

Iniciar sesión para comentar.

Categorías

Más información sobre Prepare Model Inputs and Outputs en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by