- /
-
My heart without MATLAB :(
on 7 Oct 2021
- 67
- 211
- 3
- 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','k')
patch(x,y,'r')
hold on
plot([0.1 -3 3 -2],[5.5 0 -5 -13.2],'k','LineWidth',5)
axis equal off