• Remix
  • Share
  • New Entry

on 31 Oct 2021
  • 1
  • 8
  • 0
  • 0
  • 274
x=linspace(0,9*pi);
m=0.25;
y=m*sin(x/9).*x.*sin(x);
h1=plot(x,y,LineWidth=2);
hold on;
k=150;
c=lines(k);
for n=1:k
h2=copyobj(h1,gca);
t=hgtransform;
set(h2,Parent=t,Color=c(n,:))
theta=n*2*pi/k;
rot=makehgtform(ZRotate=theta);
set(t,Matrix=rot);
end
text(-12,3,'20','FontSize',99)
axis equal
axis off
Remix Tree
Load full remix tree