change color intensity of matrix for some pixels

1 view (last 30 days)
I have a matrix and it has 2 squares, i have used "a = ones(256, 256, 3);" so it gives me a white background. I wantt to change it to gray. What should i do ? Thank you.

Answers (1)

Walter Roberson
Walter Roberson on 12 Mar 2016
For example,
a(10:20,32:78,:) = 1/4;

Categories

Find more on Image Processing Toolbox 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!