CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Lagrange 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
    • 文件大小:120377
    • 提供者:刘文
  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
    • 文件大小:1666
    • 提供者:张宁
  1. lagrange

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

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

    0下载:
  2. matlab编写的拉格朗日程序。希望对大家有用。-matlab prepared using Lagrangian procedures. Hope useful for all of us.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:979
    • 提供者:谷霁红
  1. lagrange

    0下载:
  2. matlab的拉格朗日,很经典,很强大,真的是非常的好啊,大家一定要下下来好好学习一下!-copy from msdn
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:29114
    • 提供者:jk
  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
    • 文件大小:427998
    • 提供者:lovep
  1. lagrange

    0下载:
  2. 拉格朗日插值程序,可用于进行一维插值计算.-lagrange interpolating program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2058
    • 提供者:ssw1
  1. lagrange

    0下载:
  2. 1.n个节点分段lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021
    • 提供者:link
  1. lglr_interplotion

    0下载:
  2. 拉格朗日插值的matlab程序。需要的来下载。-lagrange interpolation of the matlab program. Need to download.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:9132
    • 提供者:宁大忠
  1. lagrange

    0下载:
  2. matlab源代码很有用那个的软件,配合许多电子软件使用-matlab source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:2798
    • 提供者:乙炔
  1. lagrange-matlab

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法-This function performs the lagrange interpolation of a function and its derivative. Approximations and Interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1472
    • 提供者:AresOne
  1. lagrange-matlab

    0下载:
  2. 拉格朗日插值法,输入x,y,再输入变量xi,就可以求得yi。-lagrange interpolation method, the input x, y, and input variables xi, yi obtained.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:12367
    • 提供者:李姣姣
  1. lagrange_interp

    0下载:
  2. matlab编写的拉格朗日插值算法matlab interpolation algorithm written in lagrange(matlab interpolation algorithm written in lagrange)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:只北不南
  1. lagrange

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

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:Un半醉
  1. lagrange

    0下载:
  2. 拉格朗日数值计算方法,用matlab编写的数值计算方法中的拉格朗日拟合(Lagrangian numerical method)
  3. 所属分类:数学计算

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:sdutly
  1. lagrange

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

  1. matlab

    0下载:
  2. 通过给出自定的坐标点,可以拟合出拉格朗日曲线。(The coordinate point of self determination is given, and the lagrange curve is fitted.)
  3. 所属分类:matlab例程

  1. matlab

    0下载:
  2. numerical algorithms , Cramer code ,Gaussian Elimination, lagrange interpolating, polynomials, Decomposition ,Forward substitution ,Back substitution
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1137664
    • 提供者:maiso
  1. lagrange

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

    • 发布日期:2018-05-06
    • 文件大小:615424
    • 提供者:你催哥哥
  1. matlab各种插值法.part6

    0下载:
  2. matlab的 各种插值法..代码,lagrange插值..Newton插值... Hermite插值... 分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of matlab.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-26
    • 文件大小:16384
    • 提供者:ChannahZ
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com