• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 8
  • 24
  • 4
  • 0
  • 260
x=[0 1 0 -1];
y=[-2 0 2 0];
s=[.76 .16 .26;
.85 .36 .27;
.92 .82 .47;
.33 .47 .48;
.33 .14 .22];
for r=1:25
for c=1:21
a=c*2-mod(r,2);
b=r*2;
patch(x+a,y+b,s(mod(r,5)+1,:),'edgecolor','none');
end
end
axis equal off;
set(gca,'units','normalized','position',[0 0 1 1]);
axis([2 32 2 24.5]);
Remix Tree
Load full remix tree