- /
-
My Love
on 19 Oct 2021
- 46
- 115
- 2
- 0
- 275
c='color';S=@subplot;C=@cos;
figure(c,'k')
S(131)
s='{\surd}-1';
text(0,.5,s,'FontSize',40,c,'g')
axis off
S(132)
t=linspace(0,2*pi);
x=16*sin(t).^3;
y=13*C(t)-5*C(2*t)-2*C(3*t)-C(4*t) ;
patch(x,y,'r')
axis equal off
S(133)
surf(160*membrane(1,100),EdgeA=0);
colormap(turbo)
view(3)
axis equal off