21 Save the questions in the image below. Next, identify the integers and then colour
Sections with positive integers yellow, and all sections with negative integers as red
(-5) + 4
50
24
(-6) × (-2)
-12
1-2) + 3
-10
Answers
Answered by
0
Answer:
image where u first show image than I will answer
Answered by
1
Answer:
X-imread('Hello.jpg');
R = X
R(:,:,2:3) = 0;
image(R);
pause(5);
G = X;
G(:,:,[1 3]) = 0;
image(G);
pause(5);
B = X;
B(:,:,1:2) = 0;
image(B);
pause(5);
Similar questions