how to write this equation

조회 수: 1 (최근 30일)
Sultan Al Harthy
Sultan Al Harthy 2020년 3월 24일
답변: David Hill 2020년 3월 24일
  댓글 수: 6
Sultan Al Harthy
Sultan Al Harthy 2020년 3월 24일
Sultan Al Harthy
Sultan Al Harthy 2020년 3월 24일
so basically i am meant to write down all these equations on matlab and this is where i am at,

댓글을 달려면 로그인하십시오.

답변 (1개)

David Hill
David Hill 2020년 3월 24일
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))]);

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by