<< hold | Graphics functions | im2double >> |
c = hot |
c = hot(m) |
a scalar integer value: Number of colors (256 as default value).
Hot colormap array.
hot returns the colormap with hot colors.
f = figure();
surf(peaks);
colormap('hot');
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET