Plot colormap
rgbplot(cmap)
rgbplot(cmap) plots the three columns of cmap, where cmap is an m-by-3 colormap matrix. rgbplot draws the first column in red, the second in green, and the third in blue.
cmap
rgbplot
collapse all
Plot the RGB values of the copper colormap.
copper
rgbplot(copper)
Plot the RGB values of the summer colormap.
summer
rgbplot(summer)
colormap