• Remix
  • Share
  • New Entry

on 22 Oct 2021
  • 7
  • 91
  • 0
  • 0
  • 252
set(gcf,'Color','k')
a=@(y,t,f) text(.48,y,t,'FontSi',f,'Col','w','FontN','Lucida Bright','FontA','i','HorizontalA','c');
a(.95,{'What is a MATLAB Pirate','most afraid of?'},25);
text(.25,.52,'☠','FontSi',170,'Col','w')
a(0,'Global vARRRRs',35);
axis equal off
Remix Tree