• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 3
  • 26
  • 3
  • 0
  • 216
f=@(x,y,z)100-3/(sqrt(x^2+y^2))+sin(sqrt(x^2+y^2))+sqrt(200-(x^2+y^2)+10*sin(x)+10*sin(y))/1000-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 autumn;
material dull
lighting gouraud
light(Pos=[0 -1 0])
axis off
Remix Tree
Load full remix tree