• Remix
  • Share
  • New Entry

  • Joel Lynch

  • /
  • Never start a MATLAB quest without breakpoints

on 22 Oct 2021
  • 0
  • 21
  • 0
  • 0
  • 278
a=@(y,t,f,c) text(.5,y,t,'FontSi',f,'Col',c,'Ho','c','FontW','b');
rectangle('Pos',[0 0 1 .7],'EdgeC',[.17 .01 0],'LineW',60)
a(.55,{"IT'S DANGEROUS TO GO","ALONE! TAKE THIS."},22,'w')
a(.1,'♀',55,'g')
a(.4,'⚫',85,[1 .4 .4])
set(gcf,'Color','k')
set(gca,'pos',[0 0 1 1])
axis equal off
Image
Remix Tree