• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 3
  • 8
  • 0
  • 0
  • 219
k=sqrt(3);
y=[-1 -1 2];
x=[k -k 0];
n=spring(10);%.^.2;
e='edgecolor';
o='none';
%randi([1 9],2,1)
for r=0:30
for c=1:10
a=6*c+3*mod(r,2);
b=k*r;
% s=randi([1 9],2,1);
s=[c;mod(r,10)+1];
% s=[k,9];
patch(x+a,y-b,n(s(1),:),e,o);
patch(4-x+a,y-b,n(s(2),:),e,o);
end
end
axis equal off;
axis([5 65 -28*k 0]);
Remix Tree
Load full remix tree