subindex

Version 1.0.0.0 (977 Bytes) by David Lamper
Label subplots with index in top left corner
975 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 (2024). subindex (https://www.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 Linux

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