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