- /
-
Wire Mesh Ball
on 20 Oct 2022
- 2
- 14
- 1
- 0
- 161
m=11^2,n=2*m+1 %good 300/73
axis([-1 1 -1 1])
axis square
axis off
z = exp(2i*pi*(0:n)/n);
zj=[z;z(mod((0:n)*m,n)+1)];
line(real(zj),imag(zj),'color',[0 0.3 0.9])
set(gcf,'Color','w')