fmincon
显示 更早的评论
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?
采纳的回答
更多回答(2 个)
Chirag Gupta
2011-7-18
0 个投票
I would start with typing doc fmincon for the documentation on the function.
Walter Roberson
2011-7-18
0 个投票
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 个评论
Ashley
2011-7-19
Walter Roberson
2011-7-19
Is there a reason this could not be checked in the non-linear constraint function ?
Ashley
2011-7-20
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Least Squares 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!