• Remix
  • Share
  • New Entry

on 17 Oct 2021
  • 1
  • 15
  • 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;
Remix Tree