How can I correctly use the parenthesis and write equations
23 次查看(过去 30 天)
显示 更早的评论
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/473863/image.png)
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 个评论
回答(1 个)
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...
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!