• Remix
  • Share
  • New Entry

on 20 Oct 2022
  • 5
  • 7
  • 0
  • 0
  • 152
[X,Y,Z] = meshgrid(-5:0.1:5);
V = Z.*exp(-X.^2-Y.^2-Z.^2);
[a,b] = meshgrid(-5:0.1:5);
c = a.^2-b.^7;
contourslice(X,Y,Z,V,a,b,c,1000)
colormap colorcube
axis off
Image
Remix Tree