• Remix
  • Share
  • New Entry

on 23 Oct 2021
  • 4
  • 19
  • 0
  • 0
  • 95
c=ones(21);
c([1,11],:)=0;
c([1:11,221:231])=0;
imshow(repmat(c,[17,20]));
colormap([1,1,1;.6,0,0])
hold
Current plot held
Remix Tree