• Remix
  • Share
  • New Entry

on 27 Oct 2021
  • 4
  • 54
  • 0
  • 0
  • 197
text(.5,.5,{'Happy birthday','MATLAB!'},'FontSize',40,'hor','center');
f=getframe(gca);
I=1-f.cdata(end:-1:1,:,1);
surf(I,'edgec','n');
view([-21 76]);
shading interp;
axis off;
colormap bone;
set(gcf,'color','k');
Remix Tree