| << Managing Callback Interruptions in Nelson | Graphics functions | grid >> |
| c = gray |
| c = gray(m) |
a scalar integer value: Number of colors (256 as default value).
Gray colormap array.
gray returns the colormap with gray colors.
f = figure();
surf(peaks);
colormap('gray');
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET