搜索资源列表
hermite
- 有用的matlab数据,大家看一下,或许对你有帮助。
Hermite
- Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。 设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。
Hermite
- 关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用-matlab
Hermite_interplotion
- Hermite插值的MATLAB程序。需要的来下载。-Hermite interpolation of the MATLAB program. Need to download.
N-Hermite_interplotion
- N-Hermite插值的MATLAB程序。需要的来下载。-N-Hermite interpolation of the MATLAB program. Need to download.
Aumerical_Analysis_MATLAB_function
- 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
chazhi
- Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
bilateralFilter
- bilateral filter matlab code
chazhiruanjianbao
- 这是一个涵盖了Newton插值、线性插值、分段差值、三次样条插值、Hermite插值的一个插值软件包。-This is a cover of the Newton interpolation, linear interpolation, piecewise difference, cubic spline interpolation, Hermite interpolation of an interpolation package.
hermite
- 用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.
Newton-hermite
- 用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.
Matlab-package-for-the-Schrodinger-equation
- 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
4
- 插值的函数 函数名 功能 Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其
interp1
- 一个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.
hermite--lagrange
- the hermite, lagrange 插值函数的封装,方便大家,matlab的-the hermite, lagrange interpolation function package
Hermite
- 用matlab编写的三次Hermite样条曲线,以及其基函数曲线-Prepared using matlab cubic Hermite spline curves, as well as its basic function curve
Hermite
- 根据所给定的节点值和节点上的函数值,取边界条件为 “左右两端的一阶导数值为零”, 编制构造三次样条函数的 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,"
matlab
- 用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
Intesity_Hermite
- The matlab code is to calculate the Intesity of the Hermite function
Matlab各种插值法.part6
- Matlab的 各种插值法..代码,Lagrange插值..Newton插值... Hermite插值... 分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of MATLAB.)