how to use multiple linear equality constraints
Show older comments
how can i use multiple linear equality constraints in one fmincon function?
Answers (1)
George Papazafeiropoulos
on 30 May 2014
1 vote
Convert them into matrix form and look about the input arguments Aeq and Beq in the documentation of fmincon.
Categories
Find more on Linear Least Squares 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!