• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 40
  • 36
  • 1
  • 0
  • 183
t=linspace(0,2*pi);
x=16*sin(t).^3;
y=13*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t) ;
figure('color','w')
patch(x,y,'r')
hold on
plot([0.1 -3 3 -2],[5.5 0 -5 -13.2],'w','LineWidth',5)
axis equal off

Image

Remix Tree