搜索资源列表
-
0下载:
Hermite插值的MATLAB程序。需要的来下载。-Hermite interpolation of the MATLAB program. Need to download.
-
-
0下载:
这是关于hermite插值法的MATLAB程序-This is the hermite interpolation method on the MATLAB program
-
-
0下载:
N-Hermite插值的MATLAB程序。需要的来下载。-N-Hermite interpolation of the MATLAB program. Need to download.
-
-
0下载:
研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
-
-
0下载:
calculate the coefficients of the Hermite interpolating polynomial
-
-
1下载:
这是一个涵盖了Newton插值、线性插值、分段差值、三次样条插值、Hermite插值的一个插值软件包。-This is a cover of the Newton interpolation, linear interpolation, piecewise difference, cubic spline interpolation, Hermite interpolation of an interpolation package.
-
-
1下载:
用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.
-
-
0下载:
用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.
-
-
0下载:
插值的函数
函数名 功能
Language 求已知数据点的拉格朗日插值多项式
Atken 求已知数据点的艾特肯插值多项式
Newton 求已知数据点的均差形式的牛顿插值多项式
Newtonforward 求已知数据点的前向牛顿差分插值多项式
Newtonback 求已知数据点的后向牛顿差分插值多项式
Gauss 求已知数据点的高斯插值多项式
Hermite 求已知数据点的埃尔米特插值多项式
SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其
-
-
0下载:
使用matlab环境,实现hermite和newton_interpolation原理源程序-Using the Matlab environment, hermite andnewton interpolation principle procedures。
-
-
0下载:
轻松利用hermite插值的GUI界面完成数据的操作,对数学计算和工程仿真都很重要-Easy use Hermite interpolation GUI interface finish data operation, the mathematical calculation and simulation are very important
-
-
0下载:
一个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.
-
-
0下载:
the hermite, lagrange 插值函数的封装,方便大家,matlab的-the hermite, lagrange interpolation function package
-
-
1下载:
用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
-
-
0下载:
详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插
值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
-
-
0下载:
HERMITE插值,用在gps轨道内插和卫星钟差内插的场合,有兴趣的可以和subhermite比较下-HERMITE interpolation, interpolation used in GPS orbit and satellite clock difference interpolation, interested can and subhermite comparison
-
-
0下载:
MATLAB语言编译的各种插值函数,包括Gauss,Hermite,Language,Newton等-some kinds of interpolation algorithms,such as Gauss,Hermite,Language,Newton methods
-
-
0下载:
基于三次埃尔米特多项式推导出来的三次样条插值matlab程序,用于知道一阶导数边界条件的插值,不仅可以输出插值节点的值,还可以输出每一段的插值多项式,更重要的是还可以输出各插值点的一阶导数值。-This is a matlab code of cubic spline interpolation, which is derived the Hermite of three polynomials. It can be used only when the first derivative of
-
-
0下载:
多项式插值求解 案例 希望有所帮助 , 自带案列 和图(The program should include a function generalInterpolation(fs,xs) that finds the
interpolating polynomial including in cases where there are repeated points (inlcuding Hermite interpolation, where the points are doubled,
-
-
0下载:
Matlab的 各种插值法..代码,Lagrange插值..Newton插值... Hermite插值...
分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of MATLAB.)
-