hot

Hot colormap array.

Syntax

  • c = hot

  • c = hot(m)

Input argument

  • m - a scalar integer value: Number of colors (256 as default value).

Output argument

  • c - Hot colormap array.

Description

hot returns the colormap with hot colors.

Example

f = figure();
surf(peaks);
colormap('hot');

See also

colormap.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated