Help: MATLAB command to close Model Explorer

12 Ansichten (letzte 30 Tage)
Qi Hao Goh
Qi Hao Goh am 28 Apr. 2011
Kommentiert: Monika Jaskolka am 21 Okt. 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?

Akzeptierte Antwort

Kaustubha Govind
Kaustubha Govind am 28 Apr. 2011
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
  2 Kommentare
Qi Hao Goh
Qi Hao Goh am 28 Apr. 2011
thank you! This solved the problem :)
Monika Jaskolka
Monika Jaskolka am 21 Okt. 2022
Is there a way to close the Model Explorer without first opening it?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by