Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

3 vues (au cours des 30 derniers jours)
mujeeb rehman
mujeeb rehman le 1 Oct 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021

Réponses (1)

Image Analyst
Image Analyst le 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 commentaires
Walter Roberson
Walter Roberson le 4 Oct 2016
Image Analyst is unavailable for a few days.

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by