How to use a external function with intlinprog?
Show older comments
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?
Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!