搜索资源列表

  1. cubic_spline

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

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:郭嘉研
  1. matlabcs

    0下载:
  2. 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:徐国强
  1. cubicspline

    0下载:
  2. 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:charming
  1. okokokok

    0下载:
  2. 几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:唐成玉
  1. SF_Spline

    0下载:
  2. 基于matlab的三次样条插值算法程序-Matlab based on the cubic spline interpolation algorithm procedure
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:
  1. bijiao

    0下载:
  2. 编写了龙格现象中举例的函数(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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:13312
    • 提供者:pplovefox
  1. 3spline

    0下载:
  2. 介绍了三次样条插值的Mtlab程序,程序简单易懂,有助于对三次样条插值的了解。-Introduce a cubic spline interpolation of Mtlab procedures, the procedures simple and easy to understand, contribute to the cubic spline interpolation understanding.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:pplovefox
  1. Cspline

    0下载:
  2. 这是一个三次样条插值的.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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:朱与心
  1. selfspline

    0下载:
  2. 第一、二种边界条件的三次样条插值程序,应用MATLAB编写,比较实用。-First, two kinds of boundary conditions of the cubic spline interpolation procedure, the application of MATLAB to prepare, more practical.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:谢治州
  1. sanci

    0下载:
  2. 三次样条插值模拟曲线,基于matlab的程序-Cubic spline interpolation curve simulation, matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:zl
  1. matlab-GUI

    0下载:
  2. 数值分析程序matlab-GUI----第一型三次样条插值函数(包括M文件和GUI)-Numerical analysis matlab-GUI---- the first type of cubic spline interpolation function (including M documentation and GUI)
  3. 所属分类:图形图象

    • 发布日期:2024-05-29
    • 文件大小:8192
    • 提供者:jzhuang
  1. scyt_interplotion

    0下载:
  2. 三次样条插值的MATLAB程序。需要的来下载。-Cubic spline interpolation of the MATLAB program. Need to download.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:12288
    • 提供者:宁大忠
  1. cubic_spline

    0下载:
  2. 固定边界条件下的三次样条插值matlab程序-fixed boundary condition;cubic spline
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:刘鹏
  1. EMD

    0下载:
  2. 本程序为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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:fengjunyi
  1. Three_Spline_Interpolation

    0下载:
  2. 利用matlab用基础语法编写三次样条插值的程序(Using MATLAB to write three spline interpolation program with basic grammar)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:444164651651
  1. spline3

    0下载:
  2. matlab三次样条插值程序非自带,第一条件。(Three spline interpolation)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:Tanghehe
  1. 数值计算相关算法

    0下载:
  2. 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:有效数字
  1. Matlab

    0下载:
  2. 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:juanlalalala
  1. 三次样条插值

    0下载:
  2. 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:lita-
  1. 三次样条插值

    0下载:
  2. 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:28672
    • 提供者:强儿
« 12 3 »

源码中国 www.ymcn.org