- /
-
What is MATLAB?
on 7 Oct 2021
- 68
- 176
- 0
- 0
- 278
s=@sprintf;f='FontSize';c='color';w='w'
p=s('MATLAB\n[matrix laboratory]\nnoun');
q=s('Something with magical powers\nwhich solves your problems\nyou do not know\nSynonym: wizard, mage');
figure(c,'k')
text(0,0.9,p,c,w,f,14)
line([0 1],[.75 .75],c,w)
text(0,.6,q,c,w,f,14)
axis equal off