rgbplot
📝 Syntax
📥 Input argument
📄 Description
💡 Example
f = figure();
colormap = [0.2 0.1 0.5;
0.1 0.5 0.8;
0.2 0.7 0.6;
0.8 0.7 0.3;
0.9 1 0];
rgbplot(colormap);🔗 See also
🕔 History
Version
📄 Description
Last updated