You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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://www.mathworks.com/matlabcentral/fileexchange/10842-subindex), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (977 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
