搜索资源列表
cubic_spline
- 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
matlabcs
- 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
cubicspline
- 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
okokokok
- 几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation,
SF_Spline
- 基于matlab的三次样条插值算法程序-Matlab based on the cubic spline interpolation algorithm procedure
bijiao
- 编写了龙格现象中举例的函数(1/(1+x^2))的三次样条插值图像和原图像的比较,此程序简单适用。-Prepared Runge phenomenon, for example a function of (1/(1+ X ^ 2)) of cubic spline interpolation image and the original image compared to a simple application of this pr
3spline
- 介绍了三次样条插值的Mtlab程序,程序简单易懂,有助于对三次样条插值的了解。-Introduce a cubic spline interpolation of Mtlab procedures, the procedures simple and easy to understand, contribute to the cubic spline interpolation understanding.
Cspline
- 这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) -This is a cubic spline interpolation. M program input is a two
selfspline
- 第一、二种边界条件的三次样条插值程序,应用MATLAB编写,比较实用。-First, two kinds of boundary conditions of the cubic spline interpolation procedure, the application of MATLAB to prepare, more practical.
sanci
- 三次样条插值模拟曲线,基于matlab的程序-Cubic spline interpolation curve simulation, matlab program
matlab-GUI
- 数值分析程序matlab-GUI----第一型三次样条插值函数(包括M文件和GUI)-Numerical analysis matlab-GUI---- the first type of cubic spline interpolation function (including M documentation and GUI)
scyt_interplotion
- 三次样条插值的MATLAB程序。需要的来下载。-Cubic spline interpolation of the MATLAB program. Need to download.
cubic_spline
- 固定边界条件下的三次样条插值matlab程序-fixed boundary condition;cubic spline
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
Three_Spline_Interpolation
- 利用matlab用基础语法编写三次样条插值的程序(Using MATLAB to write three spline interpolation program with basic grammar)
spline3
- matlab三次样条插值程序非自带,第一条件。(Three spline interpolation)
数值计算相关算法
- 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
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 derivat
三次样条插值
- 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
三次样条插值
- 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)