GRB change in matlab

4 views (last 30 days)
saiful irfan
saiful irfan on 27 Jun 2015
Answered: Star Strider on 27 Jun 2015
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

Star Strider
Star Strider on 27 Jun 2015
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 Images 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!