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

搜索资源列表

  1. hermite

    0下载:
  2. 有用的matlab数据,大家看一下,或许对你有帮助。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1010byte
    • 提供者:奇怪
  1. Hermite

    1下载:
  2. Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。 设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:贺鼎宏
  1. Hermite

    0下载:
  2. 关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9.18kb
    • 提供者:李艺
  1. Hermite_interplotion

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

    • 发布日期:2017-03-27
    • 文件大小:8.98kb
    • 提供者:宁大忠
  1. N-Hermite_interplotion

    0下载:
  2. N-Hermite插值的MATLAB程序。需要的来下载。-N-Hermite interpolation of the MATLAB program. Need to download.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:9.63kb
    • 提供者:宁大忠
  1. Aumerical_Analysis_MATLAB_function

    0下载:
  2. 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.89kb
    • 提供者:小天
  1. chazhi

    0下载:
  2. Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:9.95kb
    • 提供者:舞蛳
  1. bilateralFilter

    0下载:
  2. bilateral filter matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2.22kb
    • 提供者:hi
  1. chazhiruanjianbao

    1下载:
  2. 这是一个涵盖了Newton插值、线性插值、分段差值、三次样条插值、Hermite插值的一个插值软件包。-This is a cover of the Newton interpolation, linear interpolation, piecewise difference, cubic spline interpolation, Hermite interpolation of an interpolation package.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:470.07kb
    • 提供者:小楼哥
  1. hermite

    1下载:
  2. 用matlab编写的实现hermite插值法的代码,生成图像可显示第一节点,第二节点,误差点。-Prepared with the matlab code to achieve hermite interpolation to generate the image to show the first node, second node, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:802byte
    • 提供者:林安安
  1. Newton-hermite

    0下载:
  2. 用matlab编写的实现Newton形式的hermite插值法的代码,生成图像可显示第一节点,第二节点,误差点。-Implementation prepared by matlab hermite interpolation Newton form of the code, generating the image to show the first node, second node, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:842byte
    • 提供者:林安安
  1. Matlab-package-for-the-Schrodinger-equation

    0下载:
  2. The paper presents a Matlab package for the linear time-(in)dependent Schr¨odinger equation, based on the Hermite spectral method. The matrix form of the discretized problem is suitable for the linear algebra capabilities of Matlab. The high accu
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:142.14kb
    • 提供者:lahoual mohamed
  1. 4

    0下载:
  2. 插值的函数 函数名 功能 Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:10kb
    • 提供者:gleeman
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4.38kb
    • 提供者:杜玉麟
  1. hermite--lagrange

    0下载:
  2. the hermite, lagrange 插值函数的封装,方便大家,matlab的-the hermite, lagrange interpolation function package
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:811byte
    • 提供者:lsl
  1. Hermite

    0下载:
  2. 用matlab编写的三次Hermite样条曲线,以及其基函数曲线-Prepared using matlab cubic Hermite spline curves, as well as its basic function curve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5.13kb
    • 提供者:李辉
  1. Hermite

    0下载:
  2. 根据所给定的节点值和节点上的函数值,取边界条件为 “左右两端的一阶导数值为零”, 编制构造三次样条函数的 Matlab 程序。 另附测试程序-Depending on the value of a given node and the node function value, taking the boundary conditions for the " right and left ends of the first derivative value of zero,"
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.29kb
    • 提供者:张伟
  1. matlab

    1下载:
  2. 用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、 gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。 -Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.19kb
    • 提供者:佳佳
  1. Intesity_Hermite

    0下载:
  2. The matlab code is to calculate the Intesity of the Hermite function
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:wmy53530
  1. Matlab各种插值法.part6

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

    • 发布日期:2019-11-26
    • 文件大小:16kb
    • 提供者:ChannahZ
« 12 »
搜珍网 www.dssz.com