• Remix
  • Share
  • New Entry

on 31 Oct 2021
  • 2
  • 71
  • 0
  • 0
  • 277
logo;
g=gca;
f=g.Children;
reset(f(1:2))
f(3).FaceColor='w';
set(gcf,'Color','r','Pos',[0 0 4 5]*99);
set(gca,'Pos',[0 .7 1 .3]);
axes('Pos',[0 0 1 1]);
e(1:5)=.5;
w=text(e,[.36,.63,.48,.25,.1],split('AND KEEP CALM MATLAB ON'),'Fontsi',60,'Col','w','Ho','c','FontW','b');
w(1).FontSize=30;
axis off
Remix Tree