how to write this equation

1 visualización (últimos 30 días)
Sultan Al Harthy
Sultan Al Harthy el 24 de Mzo. de 2020
Respondida: David Hill el 24 de Mzo. de 2020
  6 comentarios
Sultan Al Harthy
Sultan Al Harthy el 24 de Mzo. de 2020
Sultan Al Harthy
Sultan Al Harthy el 24 de Mzo. de 2020
so basically i am meant to write down all these equations on matlab and this is where i am at,

Iniciar sesión para comentar.

Respuestas (1)

David Hill
David Hill el 24 de Mzo. de 2020
Assuming p and m arrays previously established and e,B, and K are scalar.
R=B/2*log2([((1-e)*p(1:K-1)+m(1:K-1))./(p(2:K)-e*p(1:K-1)+m(1:K-1)),((1-e)*p(K)+m(K))/(-e*p(K)+m(K))]);

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by