Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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 (2026). TileFigures; SpreadFigures; (https://es.mathworks.com/matlabcentral/fileexchange/70095-tilefigures-spreadfigures), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.4 (6,14 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión desde R2017b
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 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 |