Arrange figures automatically

Version 1.0.0.0 (5.39 KB) by Marc
Arrange all open figures automatically at your monitor.
578 Downloads
Updated 5 Jun 2014

View License

% arrangeFigures automatically aranges open figures in a grid on the
% designated screen monitor. Options are:
%
% arrangefigures
% arrangefigures(monitor)
% arrangefigures(ontop)
% arrangefigures(monitor, fRatio)
% arrangefigures(monitor, [w h])
% arrangefigures(monitor, fRatio, animate)
%
%
% Possible settings are:
%
% monitor:
% - default: 1
% - 0 means all monitors
% - scalar input means specified monitor
% - array input means multiple chosen monitors. Monitors must be successive
% ontop:
% - if there is only one input argument and the input argument is of type
% logical and is set to true, then all active figures are placed on top.
% Everything else is left unchanged.
% fRatio:
% - default: 3/4
% - set the figure ratio in height/width (default: 3/4)
% [h w]:
% - default: -> default is fRatio
% - set a fixed width (w) and height (h) in pixels
% animate:
% - default: false
% - boolean flag, added for fun, don't expect too much... Can also be of
% practical use when all figures needs to be place on top.
%
% (c) M. van Dijk

Cite As

Marc (2024). Arrange figures automatically (https://www.mathworks.com/matlabcentral/fileexchange/46861-arrange-figures-automatically), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Specifying Target for Graphics Output in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0