- /
-
Path finder at dark times ..! :)
on 8 Oct 2021
- 67
- 144
- 1
- 0
- 227
figure('color','k')
axis on
patch([0 0 .6 .6],[0.4 0.6 0.6 0.4],'r')
text(0.3,0.5,'MATLAB','color','w','FontSize',50,'HorizontalAlignment','center');
patch([0.6 0.6 1 1],[0.4 0.6 1 0.],'w','Edgecolor','none')
axis([0. 1 0 1])
axis off