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!