Quote:
Originally Posted by Ether
I have an M by N matrix A and an M by 1 column vector b.
I want to find the N by 1 column vector x which minimizes sum(abs(A*x-b)).
What is the recommended way to do this in MatLab?
|
Turns out, this is a very interesting problem.
See discussion in this thread:
http://www.chiefdelphi.com/forums/sh...48&postcount=6