搜索资源列表
SF_Spline
- 基于matlab的三次样条插值算法程序
selfspline
- 第一、二种边界条件的三次样条插值程序,应用MATLAB编写,比较实用。
EMD
- 本程序为EMD(经验模态分解算法)用于MATLAB的M文件,内含EMD分解所需的三次样条插值算法-This procedure for the EMD (empirical mode decomposition) for the MATLAB M-files containing the required EMD decomposition of cubic spline interpolation algorithm
sanci
- 三次样条插值模拟曲线,基于matlab的程序-Cubic spline interpolation curve simulation, matlab program
scyt_interplotion
- 三次样条插值的MATLAB程序。需要的来下载。-Cubic spline interpolation of the MATLAB program. Need to download.
matlab
- 三次样条插值matlab程序(含多种边界条件)-matlab
Interp
- MATLAB程序演示线性插值和三次样条插值原理-Interpretation based on linearity and cubic spline on matlab codes
ThrSample3
- 三次样条插值,比较好的MATLAB程序,也是在计算值中不可缺少的东西-cubic spline interpolation
spline
- 本程序实现的是三个样条插值,根据自己对三次样条插值的理论的理解,进行编写函数,在matlab中进行语句调用-The program is three spline interpolation, cubic spline based on his understanding of the theory of interpolation for writing functions in matlab for statement calls
chazhi
- 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
fenduanxianxing
- 三次样条插值,拉格朗日,分段线性插值的matlab程序-Cubic spline, the piecewise function interpolation method and Lagrangian matlab program, for example
Spline
- 采用MATLAB编写的三次样条插值程序,在《数值计算》典型算例中调试通过。-A cubic spline interpolation program in MATLAB,the validity of which has been verified in the numerical test.
naturalCS
- 数值分析中的自然三次样条插值程序,matlab版本-Numerical analysis of natural cubic spline interpolation procedure, matlab version
mySpline1
- 基于三次埃尔米特多项式推导出来的三次样条插值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
mySpline2
- 知道二阶导数边界条件的三次样条插值matlab程序,可以输出插值节点的值、每一段的插值多项式和各插值点的一阶导数值。-This is a matlab code of cubic spline interpolation when the second derivative of boundaries is known. This code can not only output the value of the interpolation node, it can also output ev
matlab
- 牛顿插值法和三次样条插值法在求解插值函数中的应用程序-Newton interpolation method and cubic spline interpolation method in solving the interpolation function of the application
sanciyangtiaochazhi-m
- 三次样条插值matlab程序, 三次样条插值matlab程序, 三次样条插值matlab程序-Three spline interpolation matlab program,Three spline interpolation matlab program,Three spline interpolation matlab program,Three spline interpolation matlab program,Three spline interpolation matlab p
河底光缆曲线MATLAB求解程序--三次样条函数插值
- 利用三次样条函数插值方法,拟合河底光缆曲线。MATLAB完整程序(Three times spline interpolation method is used to fit the curve of river bottom optical fiber cable. MATLAB complete program)
Matlab
- 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi
三次样条插值
- 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)