Help: MATLAB command to close Model Explorer

13 次查看(过去 30 天)
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?

采纳的回答

Kaustubha Govind
Kaustubha Govind 2011-4-28
me = daexplr; % Open Model Explorer
me.delete; % Close Model Explorer
  2 个评论
Monika Jaskolka
Monika Jaskolka 2022-10-21
Is there a way to close the Model Explorer without first opening it?

请先登录,再进行评论。

更多回答(1 个)

Thierry Dalon
Thierry Dalon 2011-4-28
simulink close;
  1 个评论
Qi Hao Goh
Qi Hao Goh 2011-4-28
nope that doesn't close the Model Explorer. Kaustubha Govind's method solved the problem :) Thanks!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by