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