cbgridplot

版本 1.0.2 (3.6 KB) 作者: Jan Grüner
Create a subplot (template) with a common / shared colorbar. Fill with data or modify it as you wish using the returned handles.
69.0 次下载
更新时间 2018/12/6

查看许可证

Description:
Create a subplot (template) with a common / shared colorbar. Fill with data or modify it as you wish using the returned handles.
Usage:
[hf, axLabel, axPlot, cb] = cbgridplot(nRow, nCol, varargin)
Examples:
cbgridplot(3, 4) will produce a figure with 12 subplots across 3 rows and 4 columns with a shared colorbar.
cbgridplot(3,2,'title','this is a test','xlabel','x-axis label','ylabel','y-axis label') will produce a figure with 6 subplots across 3 rows and 2 columns with grid('on') and a global title.

引用格式

Jan Grüner (2024). cbgridplot (https://www.mathworks.com/matlabcentral/fileexchange/69630-cbgridplot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
与 R2016b 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Subplots 的更多信息

Community Treasure Hunt

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

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

added tags

1.0.1

added Image

1.0.0