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