TileFigures; SpreadFigures;

An easy way to arrange your figures in a neat fashion. Supports multiple screens. Plus some extra features.
231 téléchargements
Mise à jour 8 mars 2022

Afficher la licence

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.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec les versions R2017b et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Printing and Saving dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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