subplotlabel

版本 0.1 (47.8 KB) 作者: Wolfgang Schwanghart
Label subplots in a composite figure
55.0 次下载
更新时间 2021/1/10

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)

引用格式

Wolfgang Schwanghart (2024). subplotlabel (https://github.com/wschwanghart/subplotlabel/releases/tag/0.1), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020b
与 R2016b 及更高版本兼容
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
0.1

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库