create_colors(n,ico​lor)

Creates a palette for plotting purposes using colorbars and surfaces
66 Downloads
Updated 7 Dec 2015

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Colormaps in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

This is an improved version of the function

1.0.0.0