An overdetermined system of equations is a system where the number of equations exceeds the number of unknowns. In MATLAB, you can solve an overdetermined system using the following methods:
\ OperatorYou can use the \ operator to solve an overdetermined system. This operator uses a least-squares method to find the solution.
main.m218 chars10 lines
lsqr FunctionThe lsqr function solves an overdetermined system using an iterative least-squares method.
main.m153 chars7 lines
lscov FunctionThe lscov function solves an overdetermined system using a least-squares method with covariance.
main.m154 chars7 lines
gistlibby LogSnag