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