Is it possible to use Matlab's lsqlin to find a single point (x,y) containing two values?
조회 수: 3 (최근 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!