subplotsCM

Creates subplots with less wasted space. Subplot sizes and margins are specified in centimeters.
402 download
Aggiornato 18 apr 2013

Visualizza la licenza

[AX,H]=SUBPLOTSCM(NROWS,NCOLS,FIGWIDTH,FIGHEIGHT,W,E,NS,EW,N,S) where:
NROWS is the number of rows of subplots, NCOLS the number of columns.
FIGWIDTH and FIGHEIGHT are in centimeters. Defaults: 44, 25.5.
W, E, N, and S are the margin widths (in cm) for the west, east, north,
and south sides of the figure. Defaults: 1.4, 0.3, 0.2, 1
NS and EW are the margin widths between subplots. Defaults: 0.05, 0.05.
AX is a handle to the axes created.
H is the figure handle.

If FIGWIDTH or FIGHEIGHT are strings, SUBPLOTSCM will use the string
value as the subplot width or height and calculate the figure height or
width. E.g. if a subplot height of 3 cm is desired, FIGHEIGHT='3'

The functionality overlaps with some other file exchange submissions, but I like my version, and thought others might too.

Cita come

Andrew Bliss (2024). subplotsCM (https://www.mathworks.com/matlabcentral/fileexchange/41370-subplotscm), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0