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!