- /
-
colored knot 2140
on 23 Oct 2021
- 1
- 8
- 0
- 0
- 169
[u,w] = ndgrid(linspace(-pi,pi));
x=4/3*sin(2*u).*cos(1.9*w);
y=1/2*sin(u).*sin(2*w);
z=3/5*cos(u).*sin(2*w);
surf(x,y,z)
shading flat%interp
grid off
axis off
view(45,-20);
camlight('left')