Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to write this equation in matlab ?? Please help

2 ビュー (過去 30 日間)
viswanadh raviteja
viswanadh raviteja 2016 年 3 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
  1 件のコメント
Explorer
Explorer 2016 年 3 月 15 日
編集済み: Explorer 2016 年 3 月 15 日
Have you attempted to code it yourself? If yes, please upload your code.

回答 (1 件)

Javier Bastante
Javier Bastante 2016 年 3 月 16 日
Once defined N,A,kr1,theta,fi1,FI,B,kr2 and fi2, run this code:
AF=0;
for n=1:N;
AF=AF+(A(n)*exp(j*kr1*sin(theta)*(cos(fi1(n))*cos(FI)+sin(fi1(n))*sin(FI)))+B(n)*exp(j*kr2*sin(theta)*(cos(fi2(n))*cos(FI)+sin(fi2(n))*sin(FI))));
end;
AF
Hope it works. Regards

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by