how can I solve a over deterministic system with least square method?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Ahmet Cecen
am 3 Aug. 2014
0 Stimmen
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.
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!