Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
mujeeb rehman
mujeeb rehman el 1 de Oct. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021

Respuestas (1)

Image Analyst
Image Analyst el 1 de Oct. de 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 comentarios
Walter Roberson
Walter Roberson el 4 de Oct. de 2016
Image Analyst is unavailable for a few days.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by