Image Processing Toolbox | ![]() ![]() |
Syntax
rgbplot(map)
Description
rgbplot(map)
plots the three columns of map
, where map
is an m
-by-3 colormap matrix. rgbplot
draws the first column in red, the second in green, and the third in blue.
Example
rgbplot(jet)
See Also
colormap
in the MATLAB Function Reference
![]() | rgb2ycbcr | roicolor | ![]() |