- /
-
When I am all alone with the moon above....
on 6 Oct 2021
- 4
- 35
- 0
- 0
- 275
w=sin(0:.02:pi);
mesh(conv2(w,w,kron(isprime(spiral(300)),ones(9))));
colormap parula %try colormaps such as jet hsv autumn summer winter pink for more vivid coloration
axis([ 250 1500 0 1500 700 2500]);
light('Po',[-1e4 1e4 4e3]);
hold on
[x,y,z]=sphere;
surf((x*100)+1000,(y*100)+1000,(z*100)+2000,'Edgecolor','none');
view(0,0)
set(gca,'Color','k','Ztick',[],'Xtick',[])