Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)

Risposte (1)

Image Analyst
Image Analyst il 1 Ott 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 Commenti

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by