How to solve by using fmincon?

2 Ansichten (letzte 30 Tage)
Vellapandi M Research Scholar
Beantwortet: Alan Weiss am 1 Mär. 2021
Can anyone help me? How to solve this one by using fmincon?

Antworten (1)

Alan Weiss
Alan Weiss am 1 Mär. 2021
This looks like a linear programming problem to me. Use linprog, not fmincon.
Or even better, use the problem-based approach.
Alan Weiss
MATLAB mathematical toolbox documentation

Community Treasure Hunt

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

Start Hunting!

Translated by