how to write this equation

1 vue (au cours des 30 derniers jours)
Sultan Al Harthy
Sultan Al Harthy le 24 Mar 2020
  6 commentaires
Sultan Al Harthy
Sultan Al Harthy le 24 Mar 2020
Sultan Al Harthy
Sultan Al Harthy le 24 Mar 2020
so basically i am meant to write down all these equations on matlab and this is where i am at,

Connectez-vous pour commenter.

Réponses (1)

David Hill
David Hill le 24 Mar 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))]);

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by