Info

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

How to solve optimization problem?

1 回表示 (過去 30 日間)
Rajkumar Verma
Rajkumar Verma 2019 年 8 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Dear All,
I have optimization tool box. Could you help me in solving these two optimization problem?
(1)
subject to the constraints
.
(2)
subject to the constraints
, , , ,
.
  2 件のコメント
Walter Roberson
Walter Roberson 2019 年 8 月 30 日
For the first one:
fmincon() with lower bound 0, upper bound infinity, Aeq = ones(1,6), beq = 1 . And minimize the negative of the expression that you need to maximize (so basically change all those subtractions into additions.)
For the second one: nearly the same but with changes to the lower bound and upper bound.
Rajkumar Verma
Rajkumar Verma 2019 年 8 月 30 日
Thanks.

回答 (0 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by