• Remix
  • Share
  • New Entry

on 10 Oct 2022
  • 18
  • 32
  • 1
  • 0
  • 231
r=@(u,v)2+sin(7.*u+5.*v);
x=@(u,v)r(u,v).*cos(u).*sin(v);
y=@(u,v)r(u,v).*sin(u).*sin(v);
z=@(u,v)r(u,v).*cos(v);
fsurf(x,y,z,[0,2*pi,0,pi],'EdgeColor','none','MeshDensity',500)
colormap jet
grid off
axis off
set(gcf,'Color','#094183')
camlight
Remix Tree