搜索资源列表
cubic_spline
- 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
interpolation
- matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
integratedgradient
- The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In h
Newton
- 牛顿插值和三次样条插值的matlab实现-Newton interpolation and cubic spline interpolation
interpoints
- vc下实现的分段线性插值、二次多项式插值、三次多项式插值、三次样条插值,并配有MATLAB测试程序-vc implementation of the piecewise linear interpolation, quadratic interpolation, cubic polynomial interpolation, cubic spline interpolation, and test procedures with MATLAB
maspline
- 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
matlab_No5_spline
- 西交大数值计算方法上机作业,三次样条插值-National Chiao Tung University, West numerical method of machine operation, cubic spline interpolation
matlab
- 数值分析计算实习题.牛顿插值.拉格朗日插值.三次样条.-Practical numerical analysis problems. Newton interpolation. Lagrange interpolation. Cubic spline.
Matlabqushimian
- matlab建立了某流域1月份降水量的二次多项式和三次多项式趋势面-matlab created a watershed in January precipitation quadratic polynomial and cubic polynomial trend surface
Newton-and-sapine
- matlab的Newton插值和三次样条插值-Newton interpolation and cubic spline interpolation
cubic-spline-interpolation
- 该matlab源码为三次样条差值测试程序,通过了调试测试。-The matlab source code for the cubic spline difference test program, through the commissioning tests.
MATLAB
- 几个基本的搜索最值的子函数 包括前进后退法 黄金分割法 二次插值法 三次插值法 -The value of a few basic search subroutine includes the most forward-back technique golden section method quadratic interpolation cubic interpolation
matlab
- 用matlab实现的一些算法的小程序,其中包括三次样条插值,sor迭代,G-seidel迭代、jacobi迭代,lagrange插值-Some algorithm matlab implementation of the program, including the cubic spline interpolation, sor iteration, the G-seidel iteration and so on ....
3FDTD-method-by-Matlab
- This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over three-dimensional Cartesian space lattice comprised of uniform cubic grid cells. To illustrate the algorithm, an air-filled rectangular cavity
Newton
- 牛顿差值方法,基于MATLAB实现,并且有与三次样条结果明显比较。-Newton difference method based on MATLAB and the obvious comparison with the cubic spline results.
spline3
- 构造了三次样条函数,并有MATLAB实现了其功能-Cubic Spline Interpolation Function
numerical-algorithms
- 几种常用的数值计算算法,包括高斯消去法、追赶法、高斯赛德尔法求解线性方程组,矩阵的LDL分解和cholesky分解,牛顿插值法和三次样条插值法的matlab实现-Several commonly numerical algorithms, including Gaussian elimination, catch method, high Sisaideer method for solving linear equations, matrix LDL decomposition and cho
spline
- 样条插值算法的matlab代码,包括一次样条插值,二次样条插值和三次样条插值,可根据需要选择-Spline interpolation algorithm matlab code, including a spline interpolation, quadratic spline interpolation and cubic spline interpolation, can be selected
froot
- 牛顿法求解一元三次方程的matlab 的程序,可以在十秒内求解任意一元三次方程-Newton s method for cubic equations
MATLAB_numerical-analysis
- MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu