Borrar filtros
Borrar filtros

Help: MATLAB command to close Model Explorer

11 visualizaciones (últimos 30 días)
Qi Hao Goh
Qi Hao Goh el 28 de Abr. de 2011
Comentada: Monika Jaskolka el 21 de Oct. de 2022
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
  2 comentarios
Qi Hao Goh
Qi Hao Goh el 28 de Abr. de 2011
thank you! This solved the problem :)
Monika Jaskolka
Monika Jaskolka el 21 de Oct. de 2022
Is there a way to close the Model Explorer without first opening 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 Simulink 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