- /
-
Interference
on 18 Oct 2021
- 0
- 6
- 10
- 0
- 133
[x,y]=meshgrid(-20:.02:20);
mesh(x,y,sin(((x+5).^2+y.^2).^0.5)+sin(((x-5).^2+y.^2).^0.5))
colormap(gca,'autumn')
view(0,90)
axis equal off