Feeds
질문
Wrong interference pattern (Double-Slit experiment)
I want to simulate the double slit experiment. The width of each slit is 0.1 and the distance between them 10. My try at the cod...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
Error: Operator '*' is not supported for operands of type 'function_handle'.
Hello, I have the following code clc; clear all; format long; N=1024; L=100; x=(L/N)*(-N/2:N/2-1); dx=x(2)-x(1); k=(2*pi/L)*[...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to define double slits on x-axis
I want to plot two slits along the x-axis. I have tried the following code, but as you can see I get something like two delta fu...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Double Slit Diffraction Pattern
Suppose that we have two slits, the distance between them is d=10 and their width a=0.1. My initial condition is a Gaussian. In ...
3년 초과 전 | 답변 수: 0 | 0
