• Remix
  • Share
  • New Entry

on 15 Oct 2021
  • 2
  • 8
  • 2
  • 0
  • 182
m=repmat('BALTAM',1,50);
for k=1:16
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((j-1)*16+k),'color',hsv2rgb([j/16,1-0.02*k,1]),'fontsize',k)
end
end
axis off equal
Remix Tree
Load full remix tree