• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 4
  • 15
  • 2
  • 0
  • 222
f=@(x,y,z)100-7/(sqrt(x^2+y^2))+sin(sqrt(x^2+y^2))+sqrt(200-(x^2+y^2)+10*(sin(x)+sin(y)))/15-z;
fimplicit3(f,[-15 15 -15 15 90 101],'EdgeC','n');
Warning: Function behaves unexpectedly on array inputs. To improve performance, properly vectorize your function to return an output with the same size and shape as the input arguments.
colormap cool;
material dull
lighting gouraud
light(Pos=[1 -3 1])
axis off
view(35,45)
Image
Remix Tree