- /
-
Polishing the sphere
on 26 Oct 2021
- 5
- 22
- 0
- 0
- 139
for i=1:9
subplot(3,3,i)
if i==9; i=100; end
[x,y,z]=sphere(i+1);
surf(x,y,z,'edgecolor','none');
axis equal off;
camlight headlight;
colormap bone;
end