登录
首页 » Matlab » 椭圆 圆拟合_Matlab

椭圆 圆拟合_Matlab

于 2022-01-30 发布 文件大小:1.25 kB
0 30
下载积分: 2 下载次数: 1

代码说明:

椭圆 圆拟合_Matlab 给定一个二次形式的椭圆方程 a*x^2 + 2*b*x*y + c*y^2 + 2*d*x + 2*f*y + g = 0 (1) 我们需要使用最小二乘法找到最优参数 a,b,c,d,f,g. 首先我们将方程(1)左右同时除以a,再将x^2项移到右边,得到如下式子: 2*b"*x*y + c"*y^2 + 2*d"*x + 2*f"*y + g" = -x^2 (2) 我们将(2)式使用矩阵表达为: M * p = b, 其中 M = [2*x*y y^2 2*x 2*y ones(size(x))], p = [b c d e f g], b = -x^2. 我们使用右除“”得到向量p p = pseudoinverse(M) * b=M

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • genetic-algo
    process scheduling using genetic algorithm
    2011-04-04 06:17:23下载
    积分:1
  • matlab_code
    it is moment method for microstrip line that is good for all
    2013-11-05 23:36:18下载
    积分:1
  • fifth
    实现航迹跟踪 得出仿真曲线 不会搭框图的可以学习下 一起学习(Realize track tracking to get simulation curve Can not take a block diagram can learn together Learn together)
    2018-04-21 11:12:02下载
    积分:1
  • CameraCalibrationToolbox
    Camera Calibration Toolbox:基于matlab实现相机定标(Camera Calibration Toolbox: realize matlab-based camera calibration)
    2007-10-09 11:32:24下载
    积分:1
  • DFS3
    我自己用matlab写的深度优先算法,能够实现任意选择起色访问点进行访问的DFS算法(Matlab write my own use depth-first algorithm, to achieve any improvement in access point choose to visit the DFS algorithm)
    2010-11-10 10:42:41下载
    积分:1
  • shipinfenxi
    跳频通信的时频分析,稳定性分析及图片显示,跳频序列码的仿真(hop frequence STFT)
    2013-10-28 10:29:55下载
    积分:1
  • juxing
    矩形排样的剩余矩形优化算法。在matlab中的实现。(The rectangle layout of the remaining algorithm, MATLAB optimization and efficient use of raw materials )
    2015-06-06 12:27:00下载
    积分:1
  • DPAad
    这是关于数字预失真的仿真程序,应用LMS急降方法实现系数更新,对失真有很好的效果(This is the digital predistortion simulation program, the drop of the LMS coefficient update method implementation, have a good effect on the distortion)
    2016-07-14 20:45:57下载
    积分:1
  • st 主要用于地震数据处理
    说明:  主要用于地震数据处理,例如面波频散曲线的提取。(Mainly used for seismic data processing)
    2020-11-20 12:39:38下载
    积分:1
  • edgelink
    implementing the edge linking technique
    2011-01-12 02:40:27下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载