フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
mujeeb rehman
mujeeb rehman 2016 年 10 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日

回答 (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 件のコメント
mujeeb rehman
mujeeb rehman 2016 年 10 月 4 日
Walter Roberson
Walter Roberson 2016 年 10 月 4 日
Image Analyst is unavailable for a few days.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by