- /
-
Path finder with real light
on 8 Oct 2021
- 8
- 36
- 0
- 0
- 267
figure(color='k');
f=@(x,y)patch(x,y,[1 1 0 0],EdgeC='none');
patch([0 0 .6 .6],[.35 .65 .65 .35],'r');
text(.05,.5,'MATLAB',color='w',FontSize=40);
f([.6 .6 1 1],[.55 .6 1 .15]);
f([.6 .6 1 1],[.4 .45 .85 0]);
f([.65 .65 1 1],[.5 .5 .85 .15]);
colormap gray
axis([0 1 0 1])
axis off