copper
Copper colormap array.
Syntax
- c = copper
 - c = copper(m)
 
Input argument
- m - a scalar integer value: Number of colors (256 as default value).
 
Output argument
- c - Copper colormap array.
 
Description
copper returns the colormap with copper colors.
Example
f = figure();
surf(peaks);
colormap('copper');
See also
History
| Version | Description | 
|---|---|
| 1.0.0 | initial version | 
Author
Allan CORNET