- /
-
Interference
on 18 Oct 2021
- 0
- 11
- 4
- 0
- 131
[x,y]=meshgrid(-20:.02:20);
mesh(x,y,sin(((x+7).^2+y.^2).^0.5)+sin(((x-7).^2+y.^2).^0.5))
colormap(gca,'cool')
view(0,90)
axis equal off