rgbmap(varargin)

Version 1.0.0.0 (1,5 ko) par Nikolay
build custom colormap
366 téléchargements
Mise à jour 18 nov. 2015

Afficher la licence

colormap=rgbmap(c_1,c_2,...,c_n,N,opt,graph);

input:
c_1,c_2,...,c_n - color variables: vectors, matrix(nx3) or strings (if 'rgb' function is available)
N - colormap length (default N=64)
opt='natural' (default) or 'fixed' - various approaches for color interpolation:
%for example, see the difference comparing >>rgbmap(bone,jet,'fixed','graph'); and >>rgbmap(bone,jet,'graph');
graph=<none>(default) or 'graph' or 'graph3' - last two options represent the colormap in 2D and 3D

Citation pour cette source

Nikolay (2026). rgbmap(varargin) (https://fr.mathworks.com/matlabcentral/fileexchange/54046-rgbmap-varargin), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Color and Styling dans Help Center et MATLAB Answers
Remerciements

Inspiré par : RGB triple of color name, version 2

Version Publié le Notes de version
1.0.0.0