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

搜索资源列表

  1. polyfit

    0下载:
  2. 这里提供了两个消除趋势相的matlab程序 在故障诊断中 要对信号进行频谱分析 而在频谱分析前要消除趋势相 这样得到的频谱 能更好的反映故障 有利于进一步诊断
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1594
    • 提供者:熊健
  1. polyfit2d

    1下载:
  2. 二维多项式拟合 仿照matlab中polyfit编写
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1265
    • 提供者:judgebill
  1. polyfit txt

    1下载:
  2. 最多到14次多項式擬合matlab命令.
  3. 所属分类:matlab例程

  1. Matlab曲线拟合 最小二乘法 polyfit

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

    • 发布日期:2012-03-03
    • 文件大小:7574
    • 提供者:wangzhaocai
  1. hurstcaculate.rar

    0下载:
  2. hurst指数估计 This function does dispersional analysis on a data series, then does a Matlab polyfit to a log-log plot to estimate the Hurst exponent of the series. This algorithm is far faster than a full-blown implementation of Hurst s
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:966
    • 提供者:陈华
  1. Datafitting

    1下载:
  2. 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20547
    • 提供者:温娟
  1. fit

    0下载:
  2. Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数, 其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。-Matlab provides a fast way to achieve polynomial fitting function polyfit () function, The format: p = polyfit (x, y, n) where
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:29378
    • 提供者:小董
  1. nihezuotu2

    0下载:
  2. 在matlab中读取.dat文件后,利用函数polyfit和polyval进行拟合作图-In matlab to read. Dat file, use the function polyfit and polyval cooperation plan for the proposed
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:658
    • 提供者:zhoushishuang
  1. Polyfit

    0下载:
  2. 可以对于数据进行多次拟合,其功能就是Matlab的Polyfit函数-very useful for poly curve fit
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:386622
    • 提供者:rocketCHEN
  1. polyfit

    0下载:
  2. matlab algorithm matlab教程 插值算法-matlab algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:10518
    • 提供者:zy
  1. Polyfit

    0下载:
  2. 多项式拟合的,基于徐士良的程序,例子中是以书中的例子,自己改编为f90,当然输入可以从文件中,希望可以对大家有帮助,此外大家应该注意这个拟合出来的多项式和matlab的系数有差别具体看原理-Polynomial fitting, XU Shi-liang of the program, for example, is based on the examples in the book, adapted for f90, of course, from the input file, hope t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1379
    • 提供者:Jeydragon
  1. polyfit

    1下载:
  2. matlab里ployfit的原型 c#版-the matlab ployfit the prototype c# version
  3. 所属分类:CSharp

    • 发布日期:2015-09-23
    • 文件大小:25600
    • 提供者:赵勇
  1. polyfit-mat

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

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

    0下载:
  2. Polynomial curve fitting polyfit from MatLab in Java Applet for demo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:Michael
  1. polyfit

    0下载:
  2. MATLAB,多项式函数拟合,使用polyfit命令,可以拟合出二维图形。-MATLAB, polynomial fitting function, use the polyfit command, you can fit a two-dimensional graphics.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:633
    • 提供者:liuhui
  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. polyfit

    0下载:
  2. 数值线性拟合,MATLAB GUI界面化,可以自行设置数据,拟合阶数,运行后可以得到拟合图形结果-number polyfit matlab GUI you can set input data and fitting coefficient .
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:8510
    • 提供者:wangqichao
  1. POLYFIT

    0下载:
  2. 自己写的一个函数拟合的算法函数,利用了最小二乘法可以拟合相关函数(Write a function fitting algorithm function, the use of the least squares method can fit the correlation function)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:87hbteo
  1. polyfit

    0下载:
  2. polyfit函数是matlab中用于进行曲线拟合的一个函数。其数学基础是最小二乘法曲线拟合原理。曲线拟合:已知离散点上的数据集,即已知在点集上的函数值,构造一个解析函数(其图形为一曲线)使在原离散点上尽可能接近给定的值。(The polyfit function is a function used in curve fitting in matlab. Its mathematical basis is the principle of least-squares curve fitting
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:CHENCCCCC
  1. gx4

    0下载:
  2. 1、根据LP01模V和W的数值,拟合例题中V在[1.5,2.4]区间的V和W的线性关系式,并给出拟合得到的最大误差。(提示:利用函数polyfit(),polycal()) 2、说明三个传输常数U、V、W以及简并模的概念和意义。 3、结合仿真结果(包括例题中的仿真结果)阐述U、V、W对导波的影响。 提示:模式截止、模式远离截止等等(1. According to the values of LP01 modulus V and W, the linear relationship between
  3. 所属分类:matlab例程

    • 发布日期:2021-03-21
    • 文件大小:51200
    • 提供者:伤心灵
« 12 »
搜珍网 www.dssz.com