- /
-
MathWorks
on 15 Oct 2021
- 2
- 5
- 1
- 0
- 175
m=repmat('skroWhtaM',1,2);
for k=1:18
for j=1:16
[x,y]=pol2cart(pi*j/8-k/10,k/24+1/3);
text(x/2+0.5,y/2+0.5,m(k),'color',hsv2rgb([j/16,1-0.02*k,1]),'fontsize',k)
end
end
axis off equal