How to use a external function with intlinprog?

11 views (last 30 days)
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 Linear Programming and Mixed-Integer Linear Programming 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!