How do I simly exit and close all the windows in R2012b?
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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
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.
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!