I want to draw a color image in MATLAB of size 200*200 pixel ,type RGB and a square size of Green color in the middle i-e 76 row and 125 column.
Then i want to draw 20*20 Pixels square of RED, Green, Blue and Black in the corner's of the same image. I don't know how to do or draw color boxes (RGB) in MATLAB.
I have done it in Binary as shown in the following Fig:
ind2rgb
with a color map. – Shai