댓글 수: 6

Adam Danz
Adam Danz 2020년 3월 24일
편집: Adam Danz 2020년 3월 24일
Is this a duplicate question or are you looking for answers to both questions?
Sultan Al Harthy
Sultan Al Harthy 2020년 3월 24일
hello adam,
i am looking to write down both questions if you dont mind,
Sultan Al Harthy
Sultan Al Harthy 2020년 3월 24일
i will emait you what exactly im trying to do,
so we can be on the same page
Adam Danz
Adam Danz 2020년 3월 24일
편집: Adam Danz 2020년 3월 24일
Ok, I just wanted to make sure the two questions with the same title weren't a mistake.
No need to email me. I generally don't respond to emails from my profile. If you have details to add, edit your question and add them there.
What part are you having trouble with? How far are you in converting this to Matlab code? You'll need to give it a shot first.
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일

0 개 추천

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))]);

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2020년 3월 24일

답변:

2020년 3월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by