• Remix
  • Share
  • New Entry

on 4 Oct 2022
  • 2
  • 16
  • 0
  • 0
  • 244
t=0:0.01:2*pi;
x=1/100*(cos(t)).^9.*(cos(5*t)).^10+1/4*sin(2*t).*(1-1/2*(sin(10*t)).^2).*(1-(cos(t).*cos(3*t)).^8);
y=sin(t).*(1-1/5*(sin(10*t)).^2.*(1/2+(sin(2*t)).^2));
y=y-1/2;
fill(370*(x*cos(100)-y*sin(929)),10*(x*sin(100)+y*cos(100)),'r');
axis off
Remix Tree