Info

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

How to solve optimization problem?

4 visualizaciones (últimos 30 días)
Rajkumar Verma
Rajkumar Verma el 30 de Ag. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Walter Roberson
Walter Roberson el 30 de Ag. de 2019
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 el 30 de Ag. de 2019
Thanks.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by