create_colors(n,ico​lor)

Creates a palette for plotting purposes using colorbars and surfaces
66 Downloads
Aktualisiert 7 Dez 2015

Lizenz anzeigen

Input Arguments:
n : number of required colors
icolor : a palette of RGB of size [kcolors, 3],
all colors between 0 and 1.
Output arguments:
out : palette of colors of size [n,3] based on icolor
and linearly interpolated
Notes:
1) In some journals they specifically ask for black & white this should
be included
2) In some cases the variables are distributed with LOG scale

Zitieren als

Mario CASTRO GAMA (2024). create_colors(n,icolor) (https://www.mathworks.com/matlabcentral/fileexchange/53651-create_colors-n-icolor), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Colormaps finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

This is an improved version of the function

1.0.0.0