GUI to close all open figures except those selected

GUI to close all open figures except those selected

You are now following this Submission

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.

Cite As

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.

Categories

Find more on Interactive Control and Callbacks in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.
Now with sorting
Different picture on this page

1.1.0.0

removed a bug

1.0.0.0