Editor's Note: This file was selected as MATLAB Central Pick of the Week
This package contains 3 trivial figure management utilities I can't live without:
SHOWMETHEFIGS Allow user to cycle between all figures by hitting any key
FIGSHIFT Cascades current figure window away from previous figure
FILLSCREEN Set a figure size to completely fill the screen. NOTE: There's a better version built into MATLAB since R2018a. Just set the WindowState property to 'maximized'
Michelle Hirsch (2021). Useful Figure Management Utilities (https://github.com/michellehirsch/MATLAB-Figure-Utilities), GitHub. Retrieved .
Inspired: Figure Management Utilities, Lynx MATLAB Toolbox
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Sorry about that, Chung! I didn't realize that my updated version wasn't live on the File Exchange. I just submitted the update - should be live as soon as it goes through our brief internal review process. Email me directly if you want an update sooner.
Error with MATLAB 2014b.
Undefined function 'minus' for input arguments of type 'matlab.ui.Figure'.
Error in figshift (line 39)
Simple yet effective! Thanks
It ubiquitious..thanks a ton
Thanks a lot.
Just what I needed! Thanks!
i try to use it first
Fillscreen maximises figures, it doesn't make them full-screen. My quest continues.