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