• Remix
  • Share
  • New Entry

  • KSSV

  • /
  • My Love (with real logo 😃)

on 19 Oct 2021
  • 43
  • 85
  • 0
  • 0
  • 265
S=@subplot;
logo;
%set(gcf,C,'k')
J=frame2im(getframe(gcf));
figure('color','k')
S(131)
s='{\surd}-1';
text(0.,0.5,s,'FontSize',40,'color','g')
axis off
S(132)
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')
axis equal off
S(133)
image(J)
daspect([1 1 .9])
Remix Tree