Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

hello professionals can you please help me how to make matlab code for following equation

조회 수: 2 (최근 30일)
I want to satistisfy the equation
e*dp-kp1*kp2*(p-1)=1....
the value of dp,kp1 and p are previously calculated
my code is not generating r=1..
if r is equal to one then the value of e and kp2 is taken..
can you please suggest other method regarding this...thanking you
  댓글 수: 4

답변 (1개)

Walter Roberson
Walter Roberson 2013년 4월 14일
e = 1 / (dp-kp1*kp2*(p-1))

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by