필터 지우기
필터 지우기

How can I correctly use the parenthesis and write equations

조회 수: 26 (최근 30일)
Nicholas Moung
Nicholas Moung 2020년 12월 29일
답변: dpb 2020년 12월 29일
I would like to calculate P_d by the equation above and I wrote that equation in Matlab. I wrote two equations in matlab, but none of them give the correct answer. I beg your corrections on the equations written in Matlab.
Best regards!
  댓글 수: 1
Adam Danz
Adam Danz 2020년 12월 29일
편집: Adam Danz 2020년 12월 29일
Supplying the text rather than an image would allow us to copy-paste your code so we can examine it from the editor.
Providing a set of inputs and expected outputs would is also a good idea.

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

답변 (1개)

dpb
dpb 2020년 12월 29일
Pd=Pc*((1+(k-1)/2*ac^2*Vpr^2)^(k/(K-1))-1);
Which inputs might be vectors, if any, would determine where and if need dot operators.
Work from inside out...

카테고리

Help CenterFile Exchange에서 Interactive Model Editing에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by