搜索资源列表

  1. 二次曲线拟合---最小二乘法

    1下载:
  2. 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-09-12
    • 文件大小:752
    • 提供者:yh4685668
  1. 最小二成法拟和直线函数

    0下载:
  2. 根据最小二乘法由一组点拟合一条直线-by the least squares method based on a group fitting a linear point
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:58368
    • 提供者:齐晶
  1. 最小二乘法直线拟合

    0下载:
  2. 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李文
  1. 最小二乘法曲线拟合

    1下载:
  2. 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李文
  1. 一维移动最小二乘近似的MATLAB程序

    0下载:
  2. 无网格法的移动最小二乘法的matlab程序(Meshless method of moving least squares Matlab procedures)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:jinlong0186
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    0下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB to solve nonlinear least squares fitting problem source code)
  3. 所属分类:数学计算/工程计算

  1. 最小二乘法拟合

    0下载:
  2. %最小二乘法下用a*sin(x)+b*cos(x)拟合下列散点坐标 %求出拟合系数a,b和方差Dx(The least square method is used to fit the following scatter coordinates with a*sin (x) +b*cos (x) The fitting coefficients a, B and variance Dx were calculated)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:77824
    • 提供者:药王王
  1. 最小二乘法

    0下载:
  2. 通过c语言编程,实习最小二乘法的功能,求解运算(Through the C language programming, practice the least square method function)
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:xt123
  1. 04带有约束条件的最小二乘法

    0下载:
  2. 高斯核模型约束 最小二乘法,亲手注释,效果不错,带拟合效果图(Gauss kernel model constrained least squares method, personally annotated, the effect is good, with the fitting effect diagram)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:职场加油
  1. 多项式最小二乘法拟合

    0下载:
  2. 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:洪少
  1. 最小二乘法分段直线拟合

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

    • 发布日期:2024-05-17
    • 文件大小:191488
    • 提供者:tintintin
  1. 最小二乘法估计仿射矩阵

    0下载:
  2. 目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculatio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:AVATAR123
  1. 最小二乘法

    0下载:
  2. 最小二乘法、与Excel拟合几乎一致、可以达到20次方(The least square method is almost consistent with the Excel fitting and can reach 20 times.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:名泉
  1. MATLAB 求最小二乘法系数

    0下载:
  2. 用MATLAB进行三次曲线的拟合,并运用最小二乘法求各个系数,得出曲线方程(The three curves are fitted with MATLAB, and the coefficients are obtained by using the least square method, and the curve equation is obtained.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:526336
    • 提供者:欧~
  1. 最小二乘法

    0下载:
  2. 进行室内定位的最小二乘法实现,我进行了很多注释,相信大家应该很容易能看懂。(The least square method for indoor positioning is realized.I've made a lot of comments, and I'm sure you'll be able to read it easily.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:杜博文1234
  1. 最小二乘法曲线拟合

    0下载:
  2. 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:LO单片机VE
  1. 最小二乘法-梯度下降法-牛顿法

    0下载:
  2. 用Python3在jupyter notebook实现最小二乘法,梯度下降法和牛顿法(Using Python3 to realize least square method, gradient descent method and Newton method in jupyter notebook)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:196608
    • 提供者:奘晨
  1. 最小二乘法圆拟合方法1

    0下载:
  2. 通过对图像中值滤波处理,二值化,边缘查询,找出图像中源所有的边缘像素点,然后利用最小二乘法对这些边缘点进行找圆,计算出圆的坐标和半径。(By means of median filtering, binarization and edge query, all edge pixels in the image source are found, and then the least square method is used to fi
  3. 所属分类:OpenCV

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:梦游城市
  1. 基于移动最小二乘法的曲线曲面拟合

    1下载:
  2. 基于移动最小二乘法的曲线曲面拟合,MATLAB代码编辑流程(MATLAB Code Editing Process Based on Moving Least Square Method for Curve and Surface Fitting)
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:187392
    • 提供者:Ladymacbeth
  1. 最小二乘法拟合程序

    1下载:
  2. 利用Matlab平台,开发最小二乘法,实现对输入数据的准确拟合(Use the Matlab platform to develop the least square method to achieve accurate fitting of the input data)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1477632
    • 提供者:kd612
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org