- /
-
T-shirt liner for MATLAB users
on 7 Oct 2021
- 86
- 231
- 0
- 0
- 234
figure('color','w')
patch([55 55 50 42 55 63 70 80 88 100 91 87 87],[1 32 27 36 47 48 39 48 47 37 27 31 1],'k')
axis off
s=sprintf('alive=1;\nwhile alive\n eat();\n MATLAB();\n sleep();\nend');
text(63,20,s,'color','w','FontSize',16)