CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 曲线拟合 matlab

搜索资源列表

  1. quxian-nihe

    0下载:
  2. 采用多种matlab中不同函数对一系列的点进行曲线拟合,并对所得的点加以对比-Use a variety of different functions on a series of points in the matlab curve fitting, and point of income may be compared
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:30440
    • 提供者:郑旭
  1. data-fitting

    0下载:
  2. 运用最小二乘法对数据进行拟合,内容包括1. 1.运用matlab自带的程序对最小二乘法数据拟合 2.自己编程对最小二乘法数据拟合3.对非线性曲线拟合4.运用神经网络对实验数据进行拟合 -Using least squares fit of the data, including 1.1. Using matlab own procedures for least squares data fitting 2. Their own programming on the method of le
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:176372
    • 提供者:帅英琦
  1. shuzhifenxi

    1下载:
  2. matlab数值分析的应用,包括方差分析、均匀试验设计、描述性统计分析、曲线拟合、线性回归和正交试验设计。-Application of MATLAB in numerical analysis, including analysis of variance, the uniform experimental design, descr iptive statistics analysis, curve fitting, linear regression and orthogonal test
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:9553192
    • 提供者:张龙
  1. zuixiaoerchengfa

    1下载:
  2. 本人收集matlab实现最小二乘法线性、一元多项式拟合、多元二次拟合、自编函数曲线拟合程序,有文档说明-I collect the linear least squares method matlab realize, one yuan polynomial fitting, multivariate quadratic fit, self-function curve fitting procedures, documentation
  3. 所属分类:matlab例程

    • 发布日期:2017-05-04
    • 文件大小:1535280
    • 提供者:华工小唐
  1. BP_nihe

    0下载:
  2. 用matlab实现bp神经网络的曲线拟合,包含拟合效果和源代码-Bp neural network using matlab curve fitting, and the source code contains the fitting results
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:31213
    • 提供者:李剑
  1. polyfit-mat

    0下载:
  2. 关于曲线拟合的一些matlab例程 -polyfit matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:94196
    • 提供者:humin
  1. MATLAB_curve_ni_he

    0下载:
  2. 您好,这个很详细的介绍了下matlab曲线拟合,适用,好看-Hello, this is very detailed introduction to the next matlab curve fitting, suitable, good-looking
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:185665
    • 提供者:天堂
  1. Polynomial-non-polynomial

    0下载:
  2. 多项式和非多项式曲线拟合,MATLAB的经典案例 -Polynomial and non polynomial curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1435300
    • 提供者:wangg
  1. DAN

    0下载:
  2. 对DAN序列,进行各种matlab曲线拟合图像-DAN sequences for the various matlab curve fitting image
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:41645
    • 提供者:xt
  1. Curve-fitting

    0下载:
  2. 本文通过事例用matlab编程曲线拟合,包含编程源代码,以及具体的案例和结果-In this paper, by the example of programming with MATLAB curve fitting, including programming source code, as well as the concrete case and the results
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:64034
    • 提供者:王惠惠
  1. Assignment1_Part2Q1

    0下载:
  2. 最小二乘法的matlab实现,最小二乘法用于曲线拟合,本程序可以适用于一次或者二次曲线拟合- Polynomial least squares curve fitting- First and Second order curve fitting. All the given data points must be used for fitting.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4502
    • 提供者:guojiexin
  1. mmq

    1下载:
  2. 使用MATLAB做图像处理,包括求灰度图、均衡化以及各种直方图,也可进行曲线拟合,求亮度曲面分布,和图像的均值与方差,便于学习-Use MATLAB to do image processing, including seeking grayscale, and a variety of histogram equalization, but also for curve fitting, seeking surface brightness distribution, and the mean
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:7160663
    • 提供者:muloulan
  1. yhgj

    0下载:
  2. matlab优化工具箱介绍,还提供了线性、非线性最小化,方程求解,曲线拟合,二次规划等问题中大型课题的求解方法-matlab optimization toolbox presentation also provides a linear, nonlinear minimization, equation solving, curve fitting, quadratic programming problems in large-scale problem solving method
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:60692
    • 提供者:chenyuwuqi
  1. fit_demo

    0下载:
  2. 多项式和非多项式曲线拟合,多项式拟合在matlab中可以使用polyfit函数求解多项式系数,通过polyval函数求解拟合多项式在某数据点处的值-Polynomial and non-polynomial curve fitting, polynomial fitting in matlab polyfit function can be used to solve polynomial coefficients, solve the value of a data point to fit
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:958
    • 提供者:王茂茂
  1. matlab--some-nice-programs

    0下载:
  2. Matlab画平滑曲线的两种方法( 拟合或插值后再用plot即可) 自然状态下,用plot画的是折线,而不是平滑曲线。有两种方法可以画平滑曲线,第一种是拟合的方法,第二种是用spcrv,其实原理应该都一样就是插值。下面是源程序。-You can then use the plot) Natural state, with the plot is a line drawing, instead of a smooth curve. There are two ways to draw a
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:18747
    • 提供者:谢谢
  1. MatLab-interpolation-and-fiting

    0下载:
  2. 关于讲解曲线和曲面插值和拟合的MATLAB经典算法,并带有讲解PPT.-MatLab interpolation and fiting
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:185237
    • 提供者:张凤翔
  1. BPyuce

    0下载:
  2. BP神经网络,用于分类和预测。也即模式识别和曲线拟合,是用matlab编写实现-BP neural network for classification and prediction. The pattern recognition and curve fitting, is achieved using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1359
    • 提供者:金玉渊
  1. MATLAB_math

    0下载:
  2. Matlab计算微分方程、矩阵求解、数据插值、曲线拟合的pdf原文与程序包。必须顶!-Matlab computing differential equations, matrix solver, data interpolation, curve fitting and pdf original package. You must be the top!
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:5870543
    • 提供者:赵峰
  1. matlab-max

    0下载:
  2. 利用matlab最大似然函数逼近,可以极大逼近数据,并拟合曲线。-matlab max
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3057
    • 提供者:吴华
  1. ellipsefit

    0下载:
  2. 基于矩阵理论,根据最小二乘法进行的椭圆曲线拟合的matlab程序-ellipse fit theory of matrix least square
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1490
    • 提供者:TuMengdi
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com