Help: MATLAB command to close Model Explorer

15 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Kaustubha Govind
Kaustubha Govind il 28 Apr 2011
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
  3 Commenti
Monika Jaskolka
Monika Jaskolka il 21 Ott 2022
Is there a way to close the Model Explorer without first opening it?
Alireza Tajafari Sahebi
Alireza Tajafari Sahebi il 6 Mag 2025
Modificato: Alireza Tajafari Sahebi il 6 Mag 2025
This is my question as well. Any update/ answer about it?

Accedi per commentare.

Più risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Prepare Model Inputs and Outputs in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by