bone
Bone colormap array.
📝 Syntax
c = bone
c = bone(m)
📥 Input argument
m - a scalar integer value: Number of colors (256 as default value).
📤 Output argument
c - Bone colormap array.
📄 Description
bone returns the colormap with bone colors.
💡 Example
f = figure();
surf(peaks);
colormap('bone');🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?