c = summer
c = autumn(m)
| Parameter | Description |
|---|---|
| m | a scalar integer value: Number of colors (256 as default value). |
| Parameter | Description |
|---|---|
| c | Summer colormap array. |
summer returns the colormap with summer colors.
f = figure();
surf(peaks);
colormap('summer');
| Version | Description |
|---|---|
| 1.0.0 | initial version |