976 Downloads
Updated
26 Apr 2006
No License
SUBINDEX labels subplots in the current figure with an index in the top left corner. Options for the index include: a,b,c; 1,2,3; i,ii,iii etc.
Run subindex after creating your figure with subplots. For example:
subplot(1,2,1); plot(x,y);
subplot(1,2,2); plot(x,y);
subindex;
Cite As
David Lamper (2026). subindex (https://in.mathworks.com/matlabcentral/fileexchange/10842-subindex), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14SP3
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Subplots in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
