reflection coeff. value

1 visualización (últimos 30 días)
Arvind Sharma
Arvind Sharma el 3 de Sept. de 2018
Comentada: madhan ravi el 3 de Sept. de 2018
how to solve this equation n=[1 2 3 4 5 6]; kz=2*pi*n(i) equation RTE=( Kz,i-kz,i+1)/(Kz,i+kz,i+1); how to solve RTE
  2 comentarios
Dimitris Kalogiros
Dimitris Kalogiros el 3 de Sept. de 2018
I'm afraid that you have to rewrite your question with a more comprehensive way.
Arvind Sharma
Arvind Sharma el 3 de Sept. de 2018
i am providing you doc file

Iniciar sesión para comentar.

Respuesta aceptada

madhan ravi
madhan ravi el 3 de Sept. de 2018
Editada: madhan ravi el 3 de Sept. de 2018
Maybe try the following:
n=[1 2 3 4 5 6];
ki=2.*pi.*n
k=1.2
kz=sqrt((ki.^2-k.^2))
for i= 1:length(kz)-1
RTE(i)=(kz(i)-kz(i+1))/(kz(i)+kz(i+1));
end
RTE
  2 comentarios
Arvind Sharma
Arvind Sharma el 3 de Sept. de 2018
i have attached new file to make easier for you
madhan ravi
madhan ravi el 3 de Sept. de 2018
check now

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by