- /
-
Band
on 16 Oct 2021
- 29
- 18
- 1
- 0
- 193
[y,x,z] = ndgrid(linspace(-.75,.75,100),linspace(-.1,2.1,100),linspace(-.2,.2,100));
f = (x.*(x-1).^2.*(x-2) + y.^2).^2 + z.^2;
cla
isosurface(x,y,z,f,.102);
view(3);
camlight
colormap cool
axis equal off