coolColorMap edit page

COOL Shades of cyan and magenta color map COOL(M) returns an M-by-3 matrix containing a "cool" colormap. COOL, by itself, is the same length as the current figure's colormap. If no figure exists, MATLAB creates one.

For example, to reset the colormap of the current figure:
           colormap(cool)

Syntax

c = cool(m)

See also

COLORMAP, RGBPLOT.