- /
-
https://en.wikipedia.org/wiki/Superegg
on 26 Oct 2021
- 3
- 25
- 0
- 0
- 248
[x,y,z]=meshgrid(-4:0.1:4);
v=abs(sqrt(x.^2+y.^2)/3).^2.5+abs(z/4).^2.5;
l=isosurface(x,y,z,v,1);
patch(l,'FaceVertexCData',brighten(copper(length(l.vertices)).^4,.75),'facecolor','interp','edgecolor','none');
axis equal off;
camlight headlight;
view([-57 26]);