Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can i solve the fallowing function for finding the value of ncutL??

2 次查看(过去 30 天)
syms ncutL %na=2.0; %nb=1.5; %a=0.211*10^-6; %b=0.305*10^-6; %lambda=1.55*10^-6; %k0=(6.28/lambda); %ka=k0*sqrt(na^2-ncutL^2); %kb=k0*sqrt(nb^2-ncutL^2); %equ= real(cos(kb*b)-(i/2)*(ka/kb)*sin(kb*b))*exp(-i*ka*a)== -1; equ= real(cos(4.052*10^6*sqrt(1.5^2-ncutL^2)*0.305*10^-6)-(i/2)*((4.052*10^6*sqrt(2.0^2-ncutL^2))/(4.052*10^6*sqrt(1.5^2-ncutL^2)))*sin(4.052*10^6*sqrt(1.5^2-ncutL^2)*0.305*10^-6))*exp(-i*4.052*10^6*sqrt(2.0^2-ncutL^2)*0.211*10^-6)== -1; solex=solve(equ,ncutL)

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by