Show older comments
If the matrix Aeq in linear constraint Aeq*x=beq have parameters,how can this kind of problem be solved using the function fmincon to obtain the optimized parameters in matrix A?
Accepted Answer
More Answers (2)
Chirag Gupta
on 18 Jul 2011
0 votes
I would start with typing doc fmincon for the documentation on the function.
Walter Roberson
on 18 Jul 2011
0 votes
If you need to provide parameters instead of definite matrices for Aeq, then fmincon() is not appropriate for your purposes.
What kind of parametrization are you hoping to do?
3 Comments
Ashley
on 19 Jul 2011
Walter Roberson
on 19 Jul 2011
Is there a reason this could not be checked in the non-linear constraint function ?
Ashley
on 20 Jul 2011
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!