필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 30일)
Ritesh Chaurasia
Ritesh Chaurasia 2016년 7월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
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