cbgridplot

버전 1.0.2 (3.57 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
업데이트 날짜: 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