TileFigures; SpreadFigures;

An easy way to arrange your figures in a neat fashion. Supports multiple screens. Plus some extra features.
232 descargas
Actualizado 8 mar 2022

Ver licencia

Managing multiple figures at once is now as easy as a single line of code, usually a single word:
TileFigures.m - tiles figures across the screen.
SpreadFigures - spreads figures across multiple screens.
It used to be Hell, openning many figures and trying to place them so you could see them all at once, or trying to find just the one.
Now i open as many figures as i like: 10, 20, 50, whatever. and then just type:
  • TileFigures; % to tile all figures across the screen
  • or -
  • SpreadFigures; % to tile all figures across all multiple screens
Helper functions (could be useful):
getMonitors.m - uses .Net to get & provide accurate windows-scaled monitors data. (will default to matlab groot on non-.Net platforms).
getMatlabMainScreen.m - identifies the screen Matlab is currently occupying.

Citar como

Elimelech Schreiber (2024). TileFigures; SpreadFigures; (https://www.mathworks.com/matlabcentral/fileexchange/70095-tilefigures-spreadfigures), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión desde R2017b
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Printing and Saving en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.4

None. just changed title and description.

1.3

additional functionality

1.2

bugfix in SpreadFigures.m

1.1

additional functionality

1.0.3

Description update

1.0.2

changed image

1.0.1

edited help notes in function discription

1.0.0