This program is helpful if you have experiments in Matlab that open on every run many figures. The program displays all open figures in a table. You can select which figures shall be closed or not.
The code is tested with Matlab R2016a and R2020a.
The table contains the figure number/handle and the figure names of all figures. If the figure number/handle is displayed as ‘0’ in column 1, the number could not be retrieved.
The figures not to be closed shall be marked in the ‘Keep’ check boxes.
The checkbox “Force to keep figs with handle visibility 'off' or 'callback' ” is checked by default. It prevents normally that GUI figures are deleted. Uncheck this, if you want to change their ‘Keep’ status.
You may sort the table if you click on a column header.
A click in a table row activates the corresponding figure and also opens invisible figures.
Click on button 'close figures' closes all not marked figures.
After having new figures, move the mouse into ‘CloseFigures’ in order to refresh the table. All figures, which were previously checked as ‘keep’, are marked again as 'keep'.
The button “arrange figures” will arrange the figures in a gridded layout on the second monitor. If the second monitor does not exist, the primary monitor is used.
Hint: Put the ‘CloseFigures’ folder in your Matlab path or insert it as an app, see readme.pdf, second page.
Demo:
Run ‘Demo_makeFigures.m’ to create many figures.
Run ‘CloseFiguresVx.m’ and delete figures as desired.
The file ‘Demo_makeFigures.m’ is not required for ‘CloseFigures’ and may be deleted.
인용 양식
Peter Seibold (2021). GUI to close all open figures except those selected (https://www.mathworks.com/matlabcentral/fileexchange/61974), MATLAB Central File Exchange. Retrieved February 26, 2021.
MATLAB 릴리스 호환 정보
개발 환경:
R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Interactive Control and Callbacks에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 5.0.0 | Implemented button to arrange all figures in a gridded layout |
||
| 4.0.0 | Open figure did not work with R2020a, fixed. |
||
| 3.0.0 | New layout. Refresh table on mouse move. |
||
| 2.0.0.0 | New release for Matlab R2016 and also older versions.
|
||
| 1.1.0.0 | removed a bug |
||
| 1.0.0.0 |
