• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 1
  • 9
  • 0
  • 0
  • 113
image=zeros(300,400,3);
image(:,1:100,3)=0.1;
image(:,101:300,2)=2;
image(1:100,:,3)=rand(100,400);
figure, imshow(image)
Remix Tree