- /
-
the brightest star in the sky
on 17 Oct 2021
- 1
- 16
- 0
- 0
- 113
[x,y,z]=sphere(30);surf(x,y,z);
hold on;axis off;shading interp;
mesh(2*x,2*y,2*z);
colormap(hot);hidden off;axis equal;