CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 曲线拟合

搜索资源列表

  1. 最小二乘法多次曲线拟合

    0下载:
  2. 因本人项目用到最小二乘法多次曲线拟合,便抽时间写了一个实现的程序,不敢独享,
  3. 所属分类:其他小程序

    • 发布日期:2017-01-28
    • 文件大小:3001
    • 提供者:5312517@qq.com
  1. Chebyshev Curve Fitting

    0下载:
  2. 切比雪夫曲线拟合 Fortran code(Chebyshev Curve Fitting)
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:浅笑zxw
  1. 不同阶次多项式模型拟合曲线

    1下载:
  2. 该代码可以画出不同阶次多项式模型的拟合曲线(Model fitting of different order polynomial)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:glj
  1. 皮3曲线

    0下载:
  2. 用于水文行业中常用的 降雨径流拟合,计算水文频率分析(Used for rainfall runoff fitting in hydrology industry)
  3. 所属分类:*行业应用

    • 发布日期:2017-12-12
    • 文件大小:58616832
    • 提供者:jacber
  1. MATLAB_work

    0下载:
  2. 根据EXCEL中的数据进行曲线拟合,绘制多条曲线(According to the data in EXCEL curve fitting, drawing a number of curves)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:penny99
  1. Guess

    0下载:
  2. 用m语言绘出高斯分布,并以GMM模型的简单例子来进行非曲线拟合。(The Gauss distribution is drawn in M language, and a simple example of the GMM model is used to do the non curve fitting.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:76800
    • 提供者:秦少游
  1. tt

    0下载:
  2. 本程序借助matlab软件平台,可以进行对数曲线拟合(This procedure for logarithmic curve fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:franticboy
  1. Polynomial_Fitting

    0下载:
  2. 利用matlab用最基础的语法编写曲线拟合的程序(Using MATLAB to write curve fitting program with the most basic grammar)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:444164651651
  1. 拟合曲线

    0下载:
  2. 鼠标点击任意两点,两点之间进行直线拟合,继续点击,增加点的数目,多点之间进行多次插值拟合(Mouse click any two points, between two points to a straight line fitting, continue to click, increase the number of points, multiple points between multiple interpolation fitting)
  3. 所属分类:网络编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:fjw623
  1. 三次样条曲线拟和

    1下载:
  2. 三次样条曲线拟合类,可用于样条插值、拟合、预测等算法场合。(The Cubic Spline Interpolation class can be used for spline interpolation, fitting, prediction and other algorithms.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:bbmmss
  1. Ipopt

    0下载:
  2. 最小二乘法曲线拟合,最小二乘法,曲线拟合(Least squares curve fitting)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2618368
    • 提供者:chendian
  1. 最小二乘拟合的两种求参方法

    0下载:
  2. 最小二乘拟合曲线;系统建模与辨识课程中所用到的两个最基础的程序(Least squares fitting curve,The two most basic programs used in the system modeling and identification course)
  3. 所属分类:仿真建模

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:acaser
  1. 遗传算法--二元二次方程曲线拟合

    1下载:
  2. 基于遗传算法进行非线性曲线拟合,采用高斯变异,数组堆栈(fitted curve by genetic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:sid希德
  1. Language

    1下载:
  2. 程序实现线性插值、抛物插值、牛顿多项式插值、等距节点插值、最小二乘法的曲线拟合对函数进行近似(The function is approximated by linear interpolation, parabolic interpolation, Newton polynomial interpolation, equidistant node interpolation, and least square curve fitting.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:烟雨萌萌
  1. nihe

    0下载:
  2. [1] 对 sin2pix进行在x=0进行泰勒展开 [2] 曲线拟合 python(curve fitting Taylor expansion sin(2pix))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:161792
    • 提供者:hyacinthwyd
  1. polyfit

    0下载:
  2. polyfit函数是matlab中用于进行曲线拟合的一个函数。其数学基础是最小二乘法曲线拟合原理。曲线拟合:已知离散点上的数据集,即已知在点集上的函数值,构造一个解析函数(其图形为一曲线)使在原离散点上尽可能接近给定的值。(The polyfit function is a function used in curve fitting in matlab. Its mathematical basis is the principle of least-squares curve fitting
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:CHENCCCCC
  1. chapter1

    0下载:
  2. 曲线拟合(curvefun)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:LuciusKing
  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. MATLAB

    0下载:
  2. 利用matlab程序,进行曲线拟合,并返回误差R值(Matlab program, curve fitting, and return error R value)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:lei666
  1. 拟合圆心半径

    0下载:
  2. 用最小二乘法拟合求曲线圆心和半径。用vs2013平台开发。(The center and radius of the curve is calculated by least squares fitting. Develop with vs2013 platform.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:56628224
    • 提供者:35435
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com