- /
-
Pattern
on 21 Oct 2022
- 8
- 14
- 1
- 0
- 154
tiledlayout(1,1,"Padding","none")
nexttile
[x,y] = meshgrid(-10:0.1:10);
z = (sin(y)+cos(x))^2;
contour(x,y,z,500,"LineWidth",2);
colormap colorcube
axis vis3d off