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