• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 2
  • 38
  • 0
  • 0
  • 270
a=zeros(11,18);
d=[38,39,48,49,50,51,59,60,61,62,68,71,78,79,80,81,83,84,85,86,89,90,91,94,95,96,97,101,103,104,105,106,107,108,109,114,115,116,117,118,119,120,125,126,127,128,129,130,131,137,138,139,140,141,142,150,151,152,160];
a(d)=1;
imshow(imresize(a,60))
colormap(copper)
Image
Remix Tree