Solve linear least square problems with non-linear constraints
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
James Tursa
am 8 Jun. 2020
Bearbeitet: James Tursa
am 10 Jun. 2020
0 Stimmen
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:
Kategorien
Mehr zu Nonlinear Least Squares (Curve Fitting) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!