BestArrayDims
Version 1.0.0.0 (2.04 KB) by
Zachary Danziger
Arrange n elements in an array (for subplots).
[nr nc] = BestArrayDims(n)
Given n elements, BestArrayDims returns the dimensions of an array in which to store them. The function also accepts user preferences as to whether they require less wasted space or a more square configuration.
I have found this function particularly well-suited for finding subplot dimensions if it is not known in advance the number of plots that will be needed.
Cite As
Zachary Danziger (2026). BestArrayDims (https://ch.mathworks.com/matlabcentral/fileexchange/30561-bestarraydims), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Matrices and Arrays >
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots >
Find more on Matrices and Arrays in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: numSubplots - neatly arrange subplots
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
