Allows to control the distance between subplots, add labels on rows/columns only and more.
% simple example:
subplot1(2,3);
subplot1(1); plot(rand(10,1));
subplot1(2); plot(rand(10,1));
...
引用格式
Eran Ofek (2026). An improved subplot function (https://ww2.mathworks.cn/matlabcentral/fileexchange/9694-an-improved-subplot-function), MATLAB Central File Exchange. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.0.0.0 |
