• Remix
  • Share
  • New Entry

on 18 Oct 2022
  • 7
  • 57
  • 0
  • 2
  • 235
t = linspace(0,2*pi,513);
x = 16*sin(t).^3;
y = 13*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t);
patch(x,y,zeros(size(x)),'FaceColor','r','EdgeColor','r')
text(-12,0,"MATLAB Loves Python",FontSize=20)
text(-2,-3,"pyrun",FontSize=15)
axis equal
axis off
Image
Remix Tree