Is it possible to use Matlab's lsqlin to find a single point (x,y) containing two values?
5 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I'm trying to obtain an inverse solution of a single point in the x,y coordinates: (x,y). I know how to use the lsqlin if I needed to find only one value (one solution), but not sure of how to formulate it to find me a point that is a combination of two values (x and y). So for the general expression: [x,residual] = lsqlin(C,d), my 'x' this time is a point P that contains two values. I need the lsqlin to return the solution for x and y.
Any suggestions on how to go about this would be greatly appreciated. Thanks.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear Least Squares についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!