CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - spline matlab

搜索资源列表

  1. cubic_spline

    0下载:
  2. 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:郭嘉研
  1. ThinPlateSpline_MatlabCode

    1下载:
  2. 一个薄板样条模型(thin plate spline)matlab源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:44.28kb
    • 提供者:zhu
  1. matlab曲面拟合程序

    8下载:
  2. matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-10-04
    • 文件大小:20.73kb
    • 提供者:刘辉
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9.66kb
    • 提供者:
  1. integratedgradient

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:11.67kb
    • 提供者:徐亮
  1. Newton

    0下载:
  2. 牛顿插值和三次样条插值的matlab实现-Newton interpolation and cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:张阳军
  1. maspline

    1下载:
  2. 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:820byte
    • 提供者:malanxiang
  1. masplinehh

    0下载:
  2. 用途:三阶样条插值(一阶导数边界条件) 格式:m=maspline(x,y,dy0,dyn,xx), x为节点向量,y为数据, dy0,dyn为左右两端点的一阶导数如果xx缺省,则输出各节点的 的一阶导数值,,m为xx的三阶样条插值-Uses: third-order spline interpolation (first order derivative boundary condition) format: m = maspline (x, y, dy0, dyn, xx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:822byte
    • 提供者:huanhuan
  1. matlab_No5_spline

    0下载:
  2. 西交大数值计算方法上机作业,三次样条插值-National Chiao Tung University, West numerical method of machine operation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:907byte
    • 提供者:baozewei
  1. matlab

    0下载:
  2. 数值分析计算实习题.牛顿插值.拉格朗日插值.三次样条.-Practical numerical analysis problems. Newton interpolation. Lagrange interpolation. Cubic spline.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.45kb
    • 提供者:YipingMa
  1. naknot

    0下载:
  2. 非扭结样条程序 分段线性插值函数 含例题-Non-kink-spline interpolation function piecewise linear process with examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:14.29kb
    • 提供者:juchengyu
  1. cubic-spline-interpolation

    0下载:
  2. 该matlab源码为三次样条差值测试程序,通过了调试测试。-The matlab source code for the cubic spline difference test program, through the commissioning tests.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:2.05kb
    • 提供者:马凝
  1. the-Newton-interpolati-matlab

    0下载:
  2. 实现牛顿插值法,和三次样条插值法的matlab程序-Realize the Newton interpolation method, and three times the spline interpolation method of matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:271.46kb
    • 提供者:gaolouhello
  1. MATLAB

    0下载:
  2. 利用matlab进行数学插值 拉格朗日 三次样条插值等-Use of matlab mathematical interpolation Lagrange 3-spline interpolation, etc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:13.2kb
    • 提供者:高捷
  1. spline

    0下载:
  2. matlab三次样条插值程序,数值算法。非直接调用matlab的spline函数。-maltab spline
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.07kb
    • 提供者:freedom
  1. matlab

    0下载:
  2. 用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 ....
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7.13kb
    • 提供者:李丘
  1. Numerical-analysis-MATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:92.64kb
    • 提供者:庞烁烁
  1. spline

    3下载:
  2. 样条插值算法的matlab代码,包括一次样条插值,二次样条插值和三次样条插值,可根据需要选择-Spline interpolation algorithm matlab code, including a spline interpolation, quadratic spline interpolation and cubic spline interpolation, can be selected
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:21.9kb
    • 提供者:李薄
  1. matlab--jisuanfangfa

    0下载:
  2. 计算方法,实现LU分解,高斯列主元消去法,和多项式插值,样条插值等数值计算-Calculation methods to achieve LU decomposition, out PCA Gaussian elimination, and polynomial interpolation, spline interpolation numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.11mb
    • 提供者:LIN
  1. spline

    0下载:
  2. 这是一个样条函数的MATLAB代码,对研究样条曲线的朋友会有所帮助。-This is a MATLAB code spline function, the study of spline friends will help.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:deepblue
« 12 »
搜珍网 www.dssz.com