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