- /
-
Traditional food grain storage device
on 17 Oct 2021
- 26
- 28
- 1
- 0
- 173
%Remix from Matworks example on fsurf
x = @(u,v) exp(-abs(u)/10).*sin(5*abs(v));
y = @(u,v) exp(-abs(u)/10).*cos(5*abs(v));
z = @(u,v) u;
fs = fsurf(x,y,z)
colormap(autumn)
axis off;
material shiny;
lighting gouraud;
camlight;