• Remix
  • Share
  • New Entry

on 14 Oct 2021
  • 8
  • 19
  • 1
  • 0
  • 134
a=[0 120 240 360 120]-150;
C=hsv(80);
for n=1:80
r=cosd(20)^(n-1);
b=a+5*(n-1);
x=r*cosd(b);
y=r*sind(b);
patch(x,y,C(n,:));
hold on
end
axis off equal
Remix Tree