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