how can I solve a over deterministic system with least square method?
Show older comments
I have a over deterministic equation like A*B=C that A&C are known and B is unknown and C is m*1 & A is m*n and B is n*1. In other hand m>n. How can I solve this system for calculating B matrix.
Accepted Answer
More Answers (1)
Ahmet Cecen
on 3 Aug 2014
0 votes
Check the function regress if you have the statistics toolbox.
If you don't have the toolbox, you can use a variety of functions available in the File Exchange, including one from yours truly called MultiPolyRegressV3.
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!