Please Help using fsolve (error)

回答 (1 件)

Torsten
Torsten 2023 年 4 月 2 日
編集済み: Torsten 2023 年 4 月 2 日

0 投票

f1 = (5+x1+x2)/(50-2*x1-x2)^2/(20-x1) - 4e-4;
f2 = (5+x1+x2)/(50-2*x1-x2)/(10-x2) - 3.7e-2;
f=[f1;f2]
And it seems that you don't have a licence for the optimization toolbox or the optimization toolbox is not installed.

カテゴリ

ヘルプ センター および File ExchangeProblem-Based Optimization Setup についてさらに検索

質問済み:

2023 年 4 月 2 日

編集済み:

2023 年 4 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by