Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (2)
Chirag Gupta
il 18 Lug 2011
0 voti
I would start with typing doc fmincon for the documentation on the function.
1 Commento
Ashley
il 18 Lug 2011
Walter Roberson
il 18 Lug 2011
0 voti
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 Commenti
Ashley
il 19 Lug 2011
Walter Roberson
il 19 Lug 2011
Is there a reason this could not be checked in the non-linear constraint function ?
Ashley
il 20 Lug 2011
Categorie
Scopri di più su Linear Least Squares in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!