필터 지우기
필터 지우기

How do I simly exit and close all the windows in R2012b?

조회 수: 3 (최근 30일)
David
David 2012년 9월 13일
All the previous versions had an item in the "File" pulldown menu with which one could close out of matlab entirely. How does one do this with R2012b? I don't want to have to close each window separately.

답변 (1개)

Matt Fig
Matt Fig 2012년 9월 13일
편집: Matt Fig 2012년 9월 13일
Does:
quit
still work? This should get you out of MATLAB entirely. If you mean only to close all figures without quitting, then use:
close all
  댓글 수: 2
Image Analyst
Image Analyst 2012년 9월 13일
One thing to add: If you also have an image up in imtool, using close all won't close that window. It takes a special command "imtool close all" to close that window.
Matt Fig
Matt Fig 2012년 9월 13일
편집: Matt Fig 2012년 9월 13일
IA, does this work on imtool?
delete(findall(0,'parent',0))

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by