Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to solve the below image equation in matlab ang generate graph?????

1 次查看(过去 30 天)

回答(1 个)

Image Analyst
Image Analyst 2016-10-1
Try this:
PLoadPlusPLoss = sum(P)
F = a + b .* P + c .* P .^2
FT = sum(F)
Of course, you need to supply the P vector in advance.
  6 个评论

标签

Community Treasure Hunt

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

Start Hunting!

Translated by