搜索资源列表

  1. 实验2-插值与拟合

    0下载:
  2. 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation met
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:120373
    • 提供者:葛林
  1. Matlab曲线拟合 最小二乘法 polyfit

    0下载:
  2. 已知离散点上的数据集 ,即已知在点集 上的函数值 ,构造一个解析函数(其图形为一曲线)使 在原离散点 上尽可能接近给定的 值,这一过程称为曲线拟合。最常用的曲线拟合方法是最小二乘法,该方法是寻找函数 使得最小
  3. 所属分类:编程文档

    • 发布日期:2012-03-03
    • 文件大小:7574
    • 提供者:wangzhaocai
  1. 数据拟合终结版

    0下载:
  2. 计算方法数据拟合-data fitting calculation method
  3. 所属分类:生物技术

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:王琦
  1. 最小二乘法线性拟合

    0下载:
  2. 最小二乘法线性拟合,数值计算方法中的一种经典算法-Least_squares algorithm linear fitting curves,A kind of classic algorithm of the number calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:199680
    • 提供者:aaa
  1. 三次样条曲线拟合

    0下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:282624
    • 提供者:郑双明
  1. 最小二乘法直线拟核源代码

    0下载:
  2. 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:authority007
  1. 实验2-插值与拟合

    0下载:
  2. 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation met
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:119808
    • 提供者:葛林
  1. 曲线拟合c++代码

    0下载:
  2. 曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:刘广
  1. 非线性拟合

    0下载:
  2. 非线性拟合,stats第二个数为F分布值 finv(0.95,1,9) %F分布查表值(Nonlinear fitting, stats second number is F, distribution value finv (0.95,1,9)%F distribution look-up table value)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:154624
    • 提供者:tanfei
  1. 拟合代码

    0下载:
  2. 仿真处理光纤数据,一种简单的拟合方法,易学。附赠adaboost算法论文一篇(photonic crystal fiber dispersion fitting curve based on matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:29696
    • 提供者:电科24号
  1. 拟合

    0下载:
  2. 计算方法数据拟合,利用matlab数据拟合(data fitting calculation method)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2926592
    • 提供者:shizy2017
  1. 最小二乘曲面拟合

    0下载:
  2. 基于最小二乘的曲面拟合算法,该算法考虑了法方程的病态性,利用雅各比迭代法有效求解方程。(Based on the least squares surface fitting algorithm, the algorithm takes into account the ill conditioning of the normal equation, and uses Jacoby iterative method to solve th
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:yuer341
  1. 散落点数据拟合拟合及其优化

    0下载:
  2. 可以二次三次四次函数拟合,并进行优化方法介绍,达到高度拟合。(Can be two times, three times, four times function fitting, and optimization, to achieve height fitting.)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:527360
    • 提供者:井底之蛙
  1. 最小二乘法分段直线拟合

    0下载:
  2. 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the mos
  3. 所属分类:文档资料

    • 发布日期:2024-06-10
    • 文件大小:191488
    • 提供者:tintintin
  1. 最小二乘拟合的两种求参方法

    0下载:
  2. 最小二乘拟合曲线;系统建模与辨识课程中所用到的两个最基础的程序(Least squares fitting curve,The two most basic programs used in the system modeling and identification course)
  3. 所属分类:仿真建模

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:acaser
  1. 神经网络拟合26个英文字母

    0下载:
  2. 用神经网络的方法,拟合26个英文字母,并不断自主学习(The method of neural network is used to fit 26 English letters and continue to study independently.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:肚肚加
  1. 第四章曲线拟合方法

    0下载:
  2. 关于曲线拟合的实际例子以及MATLAB的实现(A practical example of curve fitting and the realization of MATLAB.)
  3. 所属分类:文档资料

    • 发布日期:2024-06-10
    • 文件大小:2772992
    • 提供者:落叶南飞
  1. 跟踪目标的快速椭圆拟合方法

    0下载:
  2. 跟踪目标的快速椭圆拟合方法的实现,是一篇论文(Fast ellipse fitting method for tracking target.Caj)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:734208
    • 提供者:小太阳哥
  1. BP神经网络与多项式拟合曲线

    0下载:
  2. BP神经网络与多项式拟合曲线,数据统计描述,神经网络模型,概率统计建模的理论和方法。(BP neural network and polynomial fitting curve, data statistical descr iption, neural network model, probability and statistics modeling theory and method.)
  3. 所属分类:其他小程序

  1. 数据拟合

    1下载:
  2. 利用MATLAB进行数据拟合,常见的数据拟合方法。包括:一元函数插值、样条插值、多项式插值或拟合 、曲线拟合、拉格朗日插值法等。(MATLAB data fitting, common data fitting methods. It includes: interpolation of unitary function, spline interpolation, polynomial interpolation or fitting
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:18432
    • 提供者:拉卡卡
« 12 3 4 5 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org