subplotsCM

Creates subplots with less wasted space. Subplot sizes and margins are specified in centimeters.
402 Downloads
Updated 18 Apr 2013

View License

[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.

Cite As

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

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0