Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Similar to `subplot`, but can add a major title on top. Can change the size of padding between subplots
Syntax: mysubplot( L, W, ID, bigtitle, tightL, tightW)
L, W: the dimension of subplots as in subplot(L,W,ID);
to make larger subplot, make [ID] a vector with IDs of multiple cells.
ID: The location of subplot as in subplot(L,W,ID)
to make mojor title, set ID = 0
bigtitle: string of the major title; be ignored when ID ~= 0. (can put [] as place holder)
tightL, tightW: How tight the subplots packed, on the first and second dimension.
Or the ratio of space between subplots to the size of subplot.
Default : 0.3, 0.3
To make subplot: mysubplot(L, W, ID, [], tightL, tightW)
(use the first 3 arguments like in matlab function subplot.)
To make major title: mysubplot(L, W, 0, bigtitle)
(use the first 2 arguments like in subplot, but set ID = 0.)
To print subplot cell layout: mysubplot(L, W)
See PDF for full documentation.
Citation pour cette source
Wei-Ting Lin (2026). mysubplot: subplots with major title (https://fr.mathworks.com/matlabcentral/fileexchange/53123-mysubplot-subplots-with-major-title), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : mtit: a pedestrian major title creator, mycolor(colorcode, selectplate)
A inspiré : myplot_RAC: Rank-Abundance Curve
Informations générales
- Version 2.0.0.0 (125 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 2.0.0.0 | Fix bugs. Add tightL, tightW. Add display layout utility. |
||
| 1.0.0.0 | Add image |
