Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (2)
Chirag Gupta
am 18 Jul. 2011
0 Stimmen
I would start with typing doc fmincon for the documentation on the function.
1 Kommentar
Ashley
am 18 Jul. 2011
Walter Roberson
am 18 Jul. 2011
0 Stimmen
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 Kommentare
Ashley
am 19 Jul. 2011
Walter Roberson
am 19 Jul. 2011
Is there a reason this could not be checked in the non-linear constraint function ?
Ashley
am 20 Jul. 2011
Kategorien
Mehr zu Linear Least Squares finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!