gridfig

grid alignment of figure
108 descargas
Actualizado 4 dic 2016

Ver licencia

This function aligns MATLAB figures horizonally or vertically from topleft of main monitor. If monitor space is not enough, plot in half size. If half is not enough, throw error. Simple is the best.
Usage:
gridfig -> vertical alignment
gridfig ver -> vertical alignment
gridfig hor -> horizontal alignment
gridfig default -> revert alignment and stack figures (MATLAB default)
Currently only work on main monitor. In the future version, monitor selection function for multiple monitor will be included.

Citar como

JaeHyeok Park (2024). gridfig (https://www.mathworks.com/matlabcentral/fileexchange/60560-gridfig), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

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

Now the earlier plots have alignment priority than others.

1.3.0.0

minor mistake fix

1.2.0.0

Alignment revert to default setting is added (Usage : gridfig default)

1.1.0.0

if monitor space is not enough, draw in half size

1.0.0.0