最小二乘法椭圆方程拟合

时间:2016-10-07 06:52:25
【文件属性】:
文件名称:最小二乘法椭圆方程拟合
文件大小:10KB
文件格式:M
更新时间:2016-10-07 06:52:25
最小二乘法 椭圆 Matlab源代码 % We will try to fit the best ellipse to the given measurements. the mathematical % representation of use will be the CONIC Equation of the Ellipse which is: % % Ellipse = a*x^2 + b*x*y + c*y^2 + d*x + e*y + f = 0 % % The fit-estimation method of use is the Least Squares method (without any weights)

网友评论

  • 感觉很一般。不是我想要的
  • 很好,觉得挺有用的
  • 程序可用,只不过是Matlab的。
  • 给了些思路
  • 很好,觉得挺有用的
  • 代码有点小错误,不过还是给了我很大的帮助哦
  • 代码挺有用的