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