This class labels subplots or tiles in a composite figure. Say, you are having several subplots like this on here:
for r = 1:6; subplot(2,3,r); plot(rand(5)); end
Now, you can create the plot as shown in the figure by following command:
h = subplotlabel(gcf,'a','location','southwest');
subplotlabel makes it easy to change the size of the labels using the commands
bigger(h) or smaller(h), or the font style with italic(h) or bold(h)
Citation pour cette source
Wolfgang Schwanghart (2025). subplotlabel (https://github.com/wschwanghart/subplotlabel/releases/tag/0.1), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 0.1 |
