• Remix
  • Share
  • New Entry

on 13 Oct 2021
  • 2
  • 15
  • 0
  • 0
  • 243
fsurf(@(x,y) sin(x).*cos(y)+sin(x+y)+cos(x.*y),'w','EdgeColor','none')
camlight;
view(0,0)
axis off;
shading interp
lightangle(0,0)
h.FaceLighting = 'gouraud';
h.AmbientStrength = 0.9;
h.DiffuseStrength = 0.9;
h.SpecularStrength = 0.9;
h.SpecularExponent = 25;
Image
Remix Tree