How to use a external function with intlinprog?

1 次查看(过去 30 天)
Hi.
I'm trying to use intlinprog to solve a problem.
As the problem is MILP, I don't can use fminsearch.
But, my question is: how to call a external function (like @functionName in fminsearch) using intlinprog?
I try Result = intlinprog(@FunName, [2 3 2]) for example (works in fminsearch) and get: "Not enough input arguments."
Anyone can help me?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by