• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 46
  • 30
  • 1
  • 0
  • 272
t = linspace(-6.2,6.2,99);
x = 10*sin(2.78*t).*round(sqrt(cos(cos(8.2*t))));
y = 9*cos(2.78*t).^2.*sin(sin(8.2*t));
u =@plot
u = function_handle with value:
@plot
for i=0:pi/8:pi
m = [cos(i) -sin(i); sin(i) cos(i)]*([x; y]);
u(m(1,:),m(2,:))
hold on
end
axis equal off
p = nsidedpoly(999, 'Center', [0 0], 'Radius', 1.6);
u(p)
Remix Tree