CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 样条 matlab

搜索资源列表

  1. Byangtiao

    0下载:
  2. 这是3次B样条插值的matlab程序,当中使用的符号是自己定义的与数学表达式中的不同,情自行理解-This is three times a B-spline interpolation matlab program, which use their own symbols and mathematical expressions defined in different self-understanding of the situation
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2888
    • 提供者:党毅
  1. Hermite

    0下载:
  2. 用matlab编写的三次Hermite样条曲线,以及其基函数曲线-Prepared using matlab cubic Hermite spline curves, as well as its basic function curve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5253
    • 提供者:李辉
  1. Hermite

    0下载:
  2. 根据所给定的节点值和节点上的函数值,取边界条件为 “左右两端的一阶导数值为零”, 编制构造三次样条函数的 Matlab 程序。 另附测试程序-Depending on the value of a given node and the node function value, taking the boundary conditions for the " right and left ends of the first derivative value of zero,"
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1326
    • 提供者:张伟
  1. NUBS-program

    0下载:
  2. 均匀B样条拟合程序 可以拟合B样条曲线 谢谢大家-uniform B spline curve fitting program with MATLAB Development Env
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:773
    • 提供者:冀世军
  1. Threebspline

    0下载:
  2. 实现了三次b样条的绘制,并且通过了matlab的调试-The realization of the three b-spline drawing, and debug through the matlab
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:spokesm
  1. Threebspline

    0下载:
  2. 实现了三次b样条的绘制,并且通过了matlab的调试-The realization of the three b-spline drawing, and debug through the matlab
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:739
    • 提供者:货单程序
  1. chazhi

    0下载:
  2. 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:271629
    • 提供者:唐小米
  1. MATLAB_Code

    0下载:
  2. 在matlab里面,构造三次样条插值函数s(x)来模拟一只飞鸟外形的上部,根据已知的测试数据。-In matlab inside, construct cubic spline interpolation function s (x) to simulate the shape of the upper part of a bird, according to the known test data.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:840
    • 提供者:乔乔
  1. ThrSample2

    0下载:
  2. 第二类样条插值多项式源代码,用于科学计算与数据处理,含有详细注解说明,可供matlab学习者参考。-The second category spline interpolation polynomial source code for scientific computing and data processing, contains a detailed descr iption of annotations available matlab learners.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:936
    • 提供者:高毅
  1. parablicIntp

    0下载:
  2. 基于不在同一条直线上三点的抛物线插值函数。与Matlab中spline()在三个数据点时的结果一致。注意,大于三点的样条插值函数需要求解线性方程组,运算复杂,实时性较低。可参考Lapack及数值计算书籍-C programme for spline inpterpolation using three points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:560
    • 提供者:周浩
  1. SplineInterpolation-in-mfc

    1下载:
  2. 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3739778
    • 提供者:蒋鸿伟
  1. Bspline3

    0下载:
  2. MATLAB的样条小波分解程序,希望对大家有用-MATLAB spline wavelet decomposition process, we hope to be useful
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:706
    • 提供者:张培
  1. chazhi

    0下载:
  2. 这是常用的插值方法的matlab实现,包括拉格朗日插值、分段线性插值和三次样条插值,希望对大家有帮助。-It is commonly used in the interpolation method matlab realize, including Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation, we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:makangjian
  1. spline33

    0下载:
  2. matlab与数值分析(三次样条函数) -matlab and numerical analysis (cubic spline function)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:871
    • 提供者:知北游
  1. test_new

    0下载:
  2. 用matlab编程实现三次样条插值拟合曲线-Cubic spline interpolation curve fitting using matlab programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:781
    • 提供者:杨智
  1. num3

    0下载:
  2. 数值分析,3次样条插值函数matlab程序实现-Numerical analysis, cubic spline interpolation function matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1219
    • 提供者:shane
  1. spine-function-neural-networks

    0下载:
  2. 新型神经网络—样条权神经网络的开发源码,基于matlab环境-The new neural network- the right kind of neural network source development, based on matlab environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:553984
    • 提供者:lina pan
  1. fastBSpline

    1下载:
  2. fastBSpline - 一个快速,轻量级的类,它实现   任意阶非均匀B样条曲线     Matlab的样条函数都很一般。这种通用性来自于   速度的代价。对于大规模的应用,包括模型   其中,模型的某些组件中的术语定义嵌合   样条曲线,如广义相加模型,更快的解决方案是   可取的。       该fastBSpline类实现一个轻量级的一套B样条   功能,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11890
    • 提供者:cao
  1. work4

    0下载:
  2. 基于matlab编写的可以实现三次样条插值的m文件,对于学习计算方法有帮助-Can be achieved based on matlab m file written cubic spline interpolation calculation method for learning to help
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1194
    • 提供者:zhao
  1. ARESLab

    2下载:
  2. ARESLab是一种Matlab / Octave工具箱,能够利用杰罗姆·弗里德曼的多元自适应回归样条函数技术构建分段线性和三次分段回归模型。-ARESLab is a Matlab/Octave toolbox for building piecewise-linear and piecewise-cubic regression models using Jerome Friedman s Multivariate Adaptive Regression Splines technique
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:156639
    • 提供者:孙晓川
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com