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