subindex

Label subplots with index in top left corner

You are now following this Submission

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

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0