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