Matlab中的线性最小二乘

时间:2017-01-05 09:33:47

标签: matlab math intersection least-squares trilateration

我阅读了多重定位方法并使用最小二乘法求解。假设我在2-D中有(m)个点,并且它们的距离(距离包含误差),那么我想找到交点。

enter image description here

在(线性形式)最小二乘法中,方程是:

  

Ax = b

ls equ

在Matlab中使用时:

  

x = A \ b

  

x = lsqr(A,b)

它只给出一个答案!它能直接提供最佳解决方案吗?

我如何获得所有解决方案?

谢谢,

0 个答案:

没有答案