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

椭圆 圆拟合_Matlab

于 2022-01-30 发布 文件大小:1.25 kB
0 38
下载积分: 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 个回复

  • ofdm
    说明:  多输入多输出OFDM多用户检测仿真程序(MATLAB编写)(Multiple-input multiple-output OFDM multi-user detection simulation program)
    2009-08-30 12:55:06下载
    积分:1
  • hlqzjOPT
    电动单梁起重机的主梁优化程序,针对单梁起重机桥架结构的主梁,介绍了一种基于参数化设计的优化设计方法;建立了约束条件的数学模型,将VC与MATLAB集成为一体,实现了从基本设计计算到利用高效的MATLAB优化工具进行优化设计,提高了设计效率,同时为进一步研究提供了基础。 (自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 Electric single beam crane girder optimization program。introduces a method based on parametric design optimization method for the single beam crane bridge structure of the main girder Establish the mathematical model of constraint condition, To integrate VC and MATLAB into a whole, realize from the basic design and calculation to the efficient use of the MATLAB optimization tools to optimize the design, improve the design efficiency, at the same time providing a basis for further study. )
    2011-12-11 12:27:26下载
    积分:1
  • 503
    电饭煲控制源程序 很实用 很强大 你们一定喜欢(Rice cooker is very useful source control is very strong that you will love)
    2009-12-23 15:01:39下载
    积分:1
  • PSO-cross
    改进粒子群算法,带交叉因子,求解多维无约束优化问题,收敛性强。(PSO algorithm with cross operation.)
    2014-04-15 10:04:17下载
    积分:1
  • PQReferenceDroopControL
    微电网中的下垂控制方法,采用p/f,Q/V特性(droop control microgrid)
    2018-10-18 10:28:49下载
    积分:1
  • fanyingpu
    计算地震记录的加速度反应谱、速度反应谱以及位移反应谱(Calculation of ground motion response spectrum)
    2018-11-12 19:12:19下载
    积分:1
  • LDPC
    ldpc码的matlab仿真程序,希望对大家有用,不客气,(LDPC codes matlab simulation program, in the hope that useful, at worst,)
    2008-12-27 16:18:49下载
    积分:1
  • segma-delta
    segma-delta modulation tech. for sinusoidal using matlab,first run simulink then run the m-file(segma)
    2010-07-13 16:14:07下载
    积分:1
  • radar_system_design
    雷达系统分析与设计(MATLAB)第二版(radar system design)
    2010-07-26 23:59:49下载
    积分:1
  • qpsk
    无线电通信正交频移键控调制解调程序源码,给出输入数字信息序列,经调制后得到解调结果(QPSK for wireless electronic communication)
    2013-07-20 20:29:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载