- /
-
MATLAB
on 15 Oct 2021
- 2
- 9
- 0
- 0
- 172
m=repmat('BALTAM',1,3);
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