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