- /
-
Egg Carton 1
on 12 Oct 2021
- 8
- 27
- 0
- 0
- 169
figure('Color','k')
hold
n=20;
[x,y]=meshgrid(-n:n/50:n);
mesh(x,y,sin(x).*sin(y+3.14/8).*log(abs(x)).*log(abs(y)))
colormap(gca,'hot(256)')
shading interp
view(0,3.58*n)
camva(4)
Image
![](/responsive_image/300/300/0/0/0/cache/matlabcentral/communitycontests/uploaded_files/3856/image.png)