CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 最小二乘 曲线拟合

搜索资源列表

  1. 23825741Moving_Least_Squares

    1下载:
  2. 移动最小二乘matlab程序,适合于曲面曲线拟合
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1421
    • 提供者:xuzh
  1. polyfit

    1下载:
  2. 利用最小二乘解法进行离散数值拟合,得到逼近曲线-Discrete least-squares method for the use of numerical simulation, the approximation curve
  3. 所属分类:matlab

    • 发布日期:2016-07-18
    • 文件大小:573
    • 提供者:tangwencheng
  1. project

    0下载:
  2. 可变次数的 曲线拟合 最小二乘算法实现 -Variable number of least squares curve fitting algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:3431
    • 提供者:张伸正
  1. nihe

    0下载:
  2. 拟合曲线有很多方法,本资料是用最小二乘法拟合曲线的MATLAB源代码-There are many ways fitting curve, the data are least square fitting curve with MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:719
    • 提供者:王一平
  1. quxiannihe

    0下载:
  2. 最小二乘曲线拟合 可以拟合曲线 得到所拟合的系数 GUI界面-least-square Curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:10021
    • 提供者:彭冰
  1. curvefitting

    1下载:
  2. 运用Matlab实现最小二乘的曲线拟合,经调试,基本符合应用要求。-Using least squares curve fitting Matlab implementation, the debugging, in line with application requirements.
  3. 所属分类:matlab例程

    • 发布日期:2017-04-02
    • 文件大小:4938
    • 提供者:潘宝昌
  1. 5

    1下载:
  2. Chebyshev 用切比雪夫多项式逼近已知函数 Legendre 用勒让德多项式逼近已知函数 Pade 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 FZZ 用傅立叶级数逼近已知的连续周期函数 DFF 离散周期数据点的傅立叶逼近 SmartBJ 用自适应分段线性法逼近已知函数 SmartBJ 用自适应样条逼近(第一类)已知函数 multifit 离散试验数据点的多项式曲线拟合
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:6388
    • 提供者:gleeman
  1. nihe

    0下载:
  2. 给定数据点实现平面上封闭曲线的。改变参数j和k的值,就能对光滑封闭曲线实现最小二乘拟合。-Least square polynomial fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1180
    • 提供者:楠哥
  1. A-least-squares-fit

    1下载:
  2. matlab最小二乘原理下的曲线拟合方法汇总:polyfit函数、“\”命令、fminsearch函数、nlinfit函数。附上一个具体的例子:1900-2000年的总人口情况的曲线拟合。-matlab principle of least squares curve fitting method Summary: polyfit function, " \" command, fminsearch a function, nlinfit function. Attach a
  3. 所属分类:matlab

    • 发布日期:2016-12-25
    • 文件大小:26624
    • 提供者:中士
  1. least-square-fitting

    0下载:
  2. Matlab实现最小二乘拟合.要求输入拟合点,输出拟合函数的系数并在同一坐标系下画出离散点和拟合曲线。-matlab has given a least square fitting algorithm.and given combine curve.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:13872
    • 提供者:李平
  1. matlab

    0下载:
  2. 用MATLAB解决曲线拟合的最小二乘问题,其中有QR与CG方法的程序。-MATLAB to solve curve fitting least squares problem, including QR and CG method program.
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:1292
    • 提供者:谷骏
  1. 最小二乘曲线拟合

    2下载:
  2. 这是一份最小二乘曲线拟合的matlab代码,希望对有需要的人有帮助!!
  3. 所属分类:matlab例程

    • 发布日期:2014-09-02
    • 文件大小:586
    • 提供者:liuhaiariel
  1. curve_fit(1)

    0下载:
  2. 基于广义逆的最小二乘曲线拟合,采用满秩分解,用其中一个就可以了,单个太小,不让上传,所以复制三份-curve fitting by using generalized inverse matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1490
    • 提供者:徐东升
  1. circle-fitting

    1下载:
  2. 基于统计学方法圆拟合曲线,最小二乘圆拟合算法。-Circle Fitting Curve Based on Statistical Method,Least square circle fitting algorithm。
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3315364
    • 提供者:钟号
  1. 基于最小二乘法的曲线拟合研究_陈良波

    1下载:
  2. 这一篇文章简单介绍了最小二乘法原理,并且给出了最小二乘法的MATLAB程序,给大家参考参考1(This article briefly introduces the principle of least square method, and gives the least squares method of MATLAB program, for your reference!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:437248
    • 提供者:kaola628
  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:青不笑
  1. 多项式最小二乘拟合与龙贝格积分法

    0下载:
  2. 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. mrUV

    0下载:
  2. 文件的读取、拼接,最小二乘拟合,曲线拟合,并做散点图(Reading and splicing of files, fitting of least squares, fitting of curves, and making scatter plot)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:achanga
  1. NIHE

    0下载:
  2. 这是自己修改过的实际matlab曲线拟合程序,可实现3阶最小二乘拟合(This is the actual Matlab curve fitting program which can realize the 3rd order least squares fitting)
  3. 所属分类:matlab例程

  1. Parameter optimization

    2下载:
  2. 代码很齐全,包括用 最小二乘支持向量机进行参数优化,曲线拟合等(The code is complete, including parameter optimization, curve fitting and so on using least squares support vector machine.)
  3. 所属分类:matlab例程

    • 发布日期:2019-08-18
    • 文件大小:1028096
    • 提供者:饶勇翔
« 12 »
搜珍网 www.dssz.com