- /
-
MATLAB Mini Hack Winner!
on 8 Oct 2021
- 6
- 32
- 0
- 0
- 272
figure('color','w')
title('MATLAB Mini Hack Winner!');
s='matlab is best software';
binary=dec2bin(s*90000000000000000000000);
axis off
axis equal;
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')
text(34,24,binary,'color','w','FontSize',8)