cbgridplot

Version 1.0.2 (3,57 ko) par 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 téléchargements
Mise à jour 6 déc. 2018

Afficher la licence

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.

Citation pour cette source

Jan Grüner (2024). cbgridplot (https://www.mathworks.com/matlabcentral/fileexchange/69630-cbgridplot), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2018b
Compatible avec les versions R2016b et ultérieures
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.2

added tags

1.0.1

added Image

1.0.0