Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)

Answers (1)

Image Analyst
Image Analyst on 1 Oct 2016
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 Comments

Tags

Community Treasure Hunt

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

Start Hunting!