Help: MATLAB command to close Model Explorer

조회 수: 13 (최근 30일)
Qi Hao Goh
Qi Hao Goh 2011년 4월 28일
댓글: Monika Jaskolka 2022년 10월 21일
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
Qi Hao Goh
Qi Hao Goh 2011년 4월 28일
thank you! This solved the problem :)
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