• Remix
  • Share
  • New Entry

on 30 Oct 2021
  • 29
  • 48
  • 0
  • 0
  • 267
figure('Color','none','Renderer','painters')
t = linspace(-3,3,1000);
x = 7*sin(7.32*t)./(1+cos(1.42*t).^2);
y = 7*cos(1.42*t).*sin(7.32*t).^4;
for i=0:pi/3:2*pi
m = [cos(i) -sin(i); sin(i) cos(i)]*([x; y]);
plot(m(1,:),m(2,:),'color','y','LineWidth',3)
hold on
end
axis equal off
Remix Tree
Load full remix tree