Please, I want a brown color
if
red = (:,:,1)
green = (:,:,2)
blue = (:,:,3)
if I want a brown color matrix how much should I enter?

 Accepted Answer

This triplet: [0.5 0.3 0.25] seems to work:
figure(1)
patch([0 1 1 0], [0 0 1 1], [0.5 0.3 0.25])

More Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!