• Remix
  • Share
  • New Entry

on 10 Oct 2021
  • 2
  • 24
  • 0
  • 0
  • 213
f = @(x,y,z) sin(x).*cos(y)+sin(y).*cos(z)+sin(z).*cos(x);
fimplicit3(f, 'LineStyle','none')
view(20,-30)
grid off
axis off
colormap(summer)
set(gcf,'color',0.6*[0.2 0.4 1])
shading interp
light
lighting phong
lighting phong
Remix Tree