Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tanh(w/2 sqrt(β^2 −k^2εd) =−εd /εm sqrt((β^2−k^2εm)/(β^2−k^2εd))
ここで、w は 50 から 250 の間です。
β=ファイ/d d=500ナノメートル k^2=9.85*10^(-5) εd=1 εm=-17.2355+0.498i(複素数)
β=ファイ/d
d=500ナノメートル
k^2=9.85*10^(-5)
εd=1
εm=-17.2355+0.498i(複素数)
私を助けてください。
w=50:0.0001:250; f= sin(w); plot(w,f);
必要に応じて f も定義します。
こちらもチェック
http://www.mathworks.com/help/techdoc/ref/plot.html