• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 8
  • 30
  • 0
  • 0
  • 273
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);
patch(x,y,'r')
hold on
plot([0.1 -3 3 -2],[5.5 0 -5 -13.2],'w','LineWidth',3)
text([-2,-3],[-13,0],'MATLAB','FontSize',18,'rotation',59)
text(3.5,-5.5,'MATLAB','FontSize',18,'rotation',140)
axis equal off
Remix Tree