Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
Chirag Gupta
le 18 Juil 2011
0 votes
I would start with typing doc fmincon for the documentation on the function.
1 commentaire
Ashley
le 18 Juil 2011
Walter Roberson
le 18 Juil 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 commentaires
Ashley
le 19 Juil 2011
Walter Roberson
le 19 Juil 2011
Is there a reason this could not be checked in the non-linear constraint function ?
Ashley
le 20 Juil 2011
Catégories
En savoir plus sur Linear Least Squares dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!