hotColorMap edit page

HOT Black-red-yellow-white color map HOT(M) returns an M-by-3 matrix containing a "hot" colormap. HOT, 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(hot)

Syntax

h = hotColorMap(m)

See also

COLORMAP, RGBPLOT.