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!