• Remix
  • Share
  • New Entry

on 27 Oct 2021
  • 6
  • 22
  • 0
  • 0
  • 210
figure('color','k')
text(0.,0.5,' I❤MOM ','FontSize',90,'Color','r')
axis off
I=frame2im(getframe(gcf));
I=flip(I);
I=rgb2gray(I) ;
Z = zeros(size(I));
Z(I~=0) = 1 ;
surf(Z)
shading interp
colormap(turbo)
view([-1 80])
axis off
Remix Tree