• Remix
  • Share
  • New Entry

on 4 Oct 2022
  • 2
  • 20
  • 0
  • 0
  • 253
t=0:.1:360;
r=sind(8*t)+1.5;
x=r.*cosd(t);
y=r.*sind(t);
fill(x,y,'y')
hold on
c = [0.8500 0.3250 0.0980];
fill(.49*cosd(t),.49*sind(t),c)
a=1;b=2;
r=a*b./sqrt((b*cosd(1:90).^2)+(a*sind(1:90)).^2);
x=r.*cosd(1:90);y=-r.*sind(1:90);
plot(x-x(1)-0.1,y-.47,'g','LineWidth',5)
Remix Tree