Solve linear least square problems with non-linear constraints
이전 댓글 표시
I currently have a variable vector A in 3x3 and a set of points X in 3xN.
And I want to minimize the || A*X - X'||, where X' is the target point matrix in 3xN also.
However, I have some non-linear constraints where the elements in matrix A should follow:
,
, 
,
, 
Do any one know which function should I use? Thanks!
채택된 답변
추가 답변 (1개)
James Tursa
2020년 6월 8일
편집: James Tursa
2020년 6월 10일
0 개 추천
If you have two sets of corresponding points from two different coordinate systems and you are simply trying to find the "best" estimated rotation matrix in a least squares sense, see this FEX submission by Matt J:
카테고리
도움말 센터 및 File Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!