Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (2)
Chirag Gupta
el 18 de Jul. de 2011
0 votos
I would start with typing doc fmincon for the documentation on the function.
1 comentario
Ashley
el 18 de Jul. de 2011
Walter Roberson
el 18 de Jul. de 2011
0 votos
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 comentarios
Ashley
el 19 de Jul. de 2011
Walter Roberson
el 19 de Jul. de 2011
Is there a reason this could not be checked in the non-linear constraint function ?
Ashley
el 20 de Jul. de 2011
Categorías
Más información sobre Linear Least Squares en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!