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

搜索资源列表

  1. arithmetic

    0下载:
  2. MATLAB编写的一个M文件,实现二分法求函数f在[a,b]上的一个零点,牛顿插值法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.72kb
    • 提供者:lubeizi
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378byte
    • 提供者:xie3256035
  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. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:762kb
    • 提供者:林小博
  1. NewtonInterpolation

    0下载:
  2. 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高-Using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:786byte
    • 提供者:萧筱
  1. shuzhifenxichazhi

    0下载:
  2. 该算法集集中了数值分析当中几乎所有的插值算法,如牛顿法,艾特肯法,高斯法,样条函数法等,均在MATLAB(R2006@)中运行通过了。-The algorithm sets a numerical analysis which focused on almost all the interpolation algorithms, such as Newton' s law, Aitken law, Gauss law, such as spline function method, are
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9.97kb
    • 提供者:qinghexiaoyue
  1. MATLABoptimization

    20下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:37.54kb
    • 提供者:百位过
  1. Newton

    0下载:
  2. 用matlab编写的实现牛顿插值法的代码,生成图像可显示节点数,误差点。-Prepared with the matlab code to achieve Newton interpolation to generate the image to show the number of nodes, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:779byte
    • 提供者:林安安
  1. Newtonchazhifa

    0下载:
  2. 牛顿插值法,是学习插值的基本内容,这里是一个该插值法的matlab程序文件,可以帮助大家进一步学习-Newton interpolation, interpolation is to learn the basic content, here is a program of the interpolation matlab file, you can help us to further study
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.85kb
    • 提供者:xiemeng
  1. the-Newton-interpolati-matlab

    0下载:
  2. 实现牛顿插值法,和三次样条插值法的matlab程序-Realize the Newton interpolation method, and three times the spline interpolation method of matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:271.46kb
    • 提供者:gaolouhello
  1. lagrange

    0下载:
  2. 拉格朗日插值法 牛顿插值法 matlab源代码 测试可用-Lagrange interpolation Newton interpolation method matlab source code testing available
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:567byte
    • 提供者:liuyu
  1. MATLAB-Newton

    0下载:
  2. 数值分析中的牛顿插值法的工程实例应用,里面包裹程序仅供大家参考-Numerical analysis of Newton interpolation method in the engineering application, inside the package program for your reference
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:5.21kb
    • 提供者:叶子
  1. matlab

    0下载:
  2. 牛顿插值法和三次样条插值法在求解插值函数中的应用程序-Newton interpolation method and cubic spline interpolation method in solving the interpolation function of the application
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:JAYLIUWEN
  1. synthetic

    0下载:
  2. 利用matlab进行看均值聚类,简单实用。。。(Using MATLAB to look at the mean clustering, simple and practical...)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:2kb
    • 提供者:fdfdf
  1. insert

    0下载:
  2. 牛顿 拉格朗日 埃尔米特插值法 matlab程序(Newton Lagrange Hermite)
  3. 所属分类:matlab例程

  1. 数值分析

    0下载:
  2. 用拉格朗日插值法拟合曲线,用牛顿插值法拟合曲线,用厄尔米特插值拟合曲线。(The curve is fitted by Lagrange interpolation, and the curve is fitted by Newton interpolation, and Earl milt interpolation is used to fit the curve.)
  3. 所属分类:matlab例程

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

    0下载:
  2. 拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
  3. 所属分类:matlab例程

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

    0下载:
  2. 详细给出了数值分析中两种插值法的matlab程序及实际算例(Given in detail two kinds of interpolation method in numerical analysis of the matlab program and the actual numerical example)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:小梨子
  1. 牛顿插值

    0下载:
  2. matlab牛顿插值法的程序,分为五分和十分(Newton interpolation, five and ten points)
  3. 所属分类:matlab例程

  1. 数值分析

    1下载:
  2. 偏微分方程数值解法Matlab实现,包含牛顿插值法,欧拉方法等(Matlab realization of numerical solution of partial differential equation)
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com