bring_figure_front(​)

This small program will put all of your matlab figures sequentially and orderly in your screen.

You are now following this Submission

This small program will put all of your matlab figures sequentially and orderly in your screen. Just put it as the last line of your m file

Cite As

Liming Shi (2026). bring_figure_front() (https://uk.mathworks.com/matlabcentral/fileexchange/61404-bring_figure_front), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: "Smart"/Silent Figure

Categories

Find more on Printing and Saving 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
1.0.0.0

bring all your figures front
FORMAT THE PLOT
Title change

We use a matlab built-in function findobj to find all the figure handles (Thank Avery Berman for pointing out this better solution). Moreover, we use a sfigure function written by Daniel Eaton to avoid the annoying jumping behaviors of the figures.