How to solve by using fmincon?

2 次查看(过去 30 天)
Can anyone help me? How to solve this one by using fmincon?

回答(1 个)

Alan Weiss
Alan Weiss 2021-3-1
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

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by