CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lagrange interpolation matlab

搜索资源列表

  1. MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法

    15下载:
  2. MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析,MATLAB realization of Lagrange, piecewise linear, cubic spline interpolation in three ways, changing the number of nodes, interpolation of three preliminary analysis of the results
  3. 所属分类:matlab例程

    • 发布日期:2013-03-26
    • 文件大小:117.56kb
    • 提供者:刘文
  1. 用matlab编写的实现Lagrange插值函数

    0下载:
  2. 用matlab编写的实现Lagrange插值函数和三次样条插值函数,输入值为x向量和对应的y向量,输出函数图像,Matlab prepared with the realization of Lagrange interpolation function and cubic spline interpolation function, type the value of x vector and the corresponding y vector, the output function of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-21
    • 文件大小:1.63kb
    • 提供者:张宁
  1. lagran.rar

    0下载:
  2. 拉格朗日插值模拟曲线,基于matlab的程序,Lagrange interpolation simulated curve, based on the matlab procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:920byte
    • 提供者:zl
  1. matlab.rar

    0下载:
  2. MATLAB的插值问题——关于拉格朗日插值应用的几个实例,MATLAB' s interpolation- Lagrange interpolation on a few examples of applications
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.77kb
    • 提供者:keer
  1. Rungehanshuchazhiwenti.rar

    0下载:
  2. 比较三次样条插值和拉格朗日插值多项式对runge函数插值的效果并作图解释,Comparison of cubic spline interpolation and Lagrange interpolation polynomial interpolation of the Runge function and mapping to explain the effect of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:124.59kb
    • 提供者:Liu
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9.66kb
    • 提供者:
  1. lagrange

    0下载:
  2. lagrange插值 快捷计算插值,挺好的.-lagrange interpolation quick calculation of interpolation, quite good.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2.59kb
    • 提供者:桂鹏
  1. math

    1下载:
  2. 考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性的。-Considered at a fixed interval on a function approximation using interpolation. Clearly, Lagrange interpolation nodes are used the mo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:417.97kb
    • 提供者:lovep
  1. matlab

    0下载:
  2. 基于matlab实现的实质分析实例的计算 对基本的插值的计算 可运行-Lagrange interpolation matlab implementation of the interpolation for the calculation of the basic operational
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.21kb
    • 提供者:LG
  1. Interpolation

    0下载:
  2. 包括Newton插值、Lagrange插值、样条插值-Including the Newton interpolation, Lagrange interpolation, spline interpolation and so on. . .
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:387.39kb
    • 提供者:彭鑫
  1. Gauss

    0下载:
  2. 高斯插值拟合用,在数据较少的情况下拟合精度慢速要求,三到四阶。-Lagrange interpolation fit to use, in the case of less data fitting precision of slow demand, three to four bands.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:686byte
    • 提供者:率一
  1. Lagrange

    0下载:
  2. 拉格朗日插值Matlab编程实现//拉格朗日插值Matlab编程实现-Lagrange Interpolation Matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:532byte
    • 提供者:dugumengyouzi
  1. Lagrange-Interpolation

    0下载:
  2. lagrange interpolation matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:558byte
    • 提供者:hojjat
  1. Lagrange

    0下载:
  2. lagrange插值法的matlab程序。帮助学习数值分析插值法一章。-lagrange interpolation matlab program. Numerical analysis interpolation method to help learn the chapter.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6.53kb
    • 提供者:王海阳
  1. Interpolation@Matlab

    0下载:
  2. 插值法的matlab实现,内含说明。拉格朗日插值,均分牛顿插值,差分牛顿插值,三次样条插值,埃米尔特插值-Matlab interpolation method implementations, containing instructions. Lagrange interpolation, Newton interpolation sharing, differential Newton interpolation, cubic spline interpolation, Amy Stewar
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:62.6kb
    • 提供者:Zoe Man
  1. lagrange

    0下载:
  2. 拉格朗日插值算法函数程序以及使用的主程序,适合新人的新手教程(Lagrange interpolation algorithm function program and the use of the main program)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:Un半醉
  1. interpolation

    0下载:
  2. 3个插值方法matlab代码,monomial的,lagrange的,chebyshev的(interpolation matlab code, include monomial, lagrange, chebyshev)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:tian126vip
  1. lagrange

    0下载:
  2. 使用拉格朗日插值计算, 这里以拉格朗日3次插值为例,利用C++进行实现:(Using Lagrange interpolation calculation)
  3. 所属分类:matlab例程

  1. Lagrange

    0下载:
  2. 实现多节点的Lagrange插值,保存后直接引用,函数名为Lagrange(Implement Lagrange interpolation.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:601kb
    • 提供者:你催哥哥
  1. MATLAB实现自定义的拉格朗日插值

    0下载:
  2. MATLAB源程序代码分享:MATLAB实现自定义的拉格朗日插值(Matlab source code sharing: Matlab to achieve custom Joseph-Louis Lagrange interpolation)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com