Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
how to write this equation in matlab ?? Please help
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157860/image.png)
Respuestas (1)
Javier Bastante
el 16 de Mzo. de 2016
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
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!