How to get a matrix from a least squares equation?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi, If i have this term arg min |Ax-b| and i used this code to get x
x = lsqnonneg(A,b)
How can i obtain x in a matrix form?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!