Welcome![Sign In][Sign Up]
Location:
Search - polyfit matlab

Search list

[Other resourcepolyfit

Description: 这里提供了两个消除趋势相的matlab程序 在故障诊断中 要对信号进行频谱分析 而在频谱分析前要消除趋势相 这样得到的频谱 能更好的反映故障 有利于进一步诊断
Platform: | Size: 1594 | Author: 熊健 | Hits:

[matlabpolyfit txt

Description: 最多到14次多項式擬合matlab命令.
Platform: | Size: 99 | Author: ankskywang@altek.com.cn | Hits:

[Othermatlabnihe

Description: MATLAB插值与拟合(线性拟合函数:regress() 多项式曲线拟合函数:polyfit( ) 多项式曲线求值函数:polyval( ) 多项式曲线拟合的评价和置信区间函数:polyconf( ) 稳健回归函数:robust( ) 向自定义函数拟合 )-MATLAB interpolation and fitting (linear fitting function : regress () function polynomial curve fitting : polyfit () polynomial curve function : polyval () polynomial curve fitting and evaluation function confidence interval : polyconf () function Robust Regression : robust () function to define fitting)
Platform: | Size: 15360 | Author: 廖政 | Hits:

[matlabpolyfit

Description: 这里提供了两个消除趋势相的matlab程序 在故障诊断中 要对信号进行频谱分析 而在频谱分析前要消除趋势相 这样得到的频谱 能更好的反映故障 有利于进一步诊断-Here are two trends in the elimination phase of the matlab program in fault diagnosis to the signal spectrum analysis and spectrum analysis in the former to eliminate the tendency of such spectrum can be better reflected further in favor of fault diagnosis
Platform: | Size: 1024 | Author: 熊健 | Hits:

[matlabhurstcaculate

Description: 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 algorithm. I got the idea from a 2000 PhD dissertation by Hendrik J Blok, and I make no guarantees whatsoever about the rigor of this approach or the accuracy of results. Use it at your own risk. -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 algorithm. I got the idea from a 2000 PhD dissertation by Hendrik J Blok, and I make no guarantees whatsoever about the rigor of this approach or the accuracy of results. Use it at your own risk.
Platform: | Size: 1024 | Author: 陈华 | Hits:

[matlabpolyfit2d

Description: 根据已知的三维离散数据(x,y,z),在MATLAB中利用此函数进行三维曲面拟合,再根据polyval2d得出拟合函数的系数矩阵。-according to 3D discrete datum (x,y,z),use this function in MATLAB to fit 3D surface, and use polyval2d to get coefficient matrix
Platform: | Size: 1024 | Author: zhuguanjun | Hits:

[OtherDatafitting

Description: 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary function interpolation, spline- spline interpolation, polyfit- polynomial interpolation or fitting, curvefit- curve fitting, caspe- a variety of boundary conditions of the spline interpolation, casps- spline fitting (no), interp2- binary function interpolation, griddata- the dual function of irregular data interpolation, interp- interpolation nodes is not monotonous, and lagrange- Lagrange interpolation.
Platform: | Size: 20480 | Author: 温娟 | Hits:

[matlabfit

Description: 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 x, y as the sample vector, n is the number of items of polynomial fitting. The following proposed f (x) = sinx+ x, the interval-3,3】 【intervals on the order of 0.5 to fit.
Platform: | Size: 29696 | Author: 小董 | Hits:

[Othercurvefitbook

Description: matlab 曲线拟合 谢谢大家 有需要其它的请加我邮箱 gaochx@hotmail -about matlab polyfit my Email is gaochx@hotmail
Platform: | Size: 20620288 | Author: 高晨旭 | Hits:

[matlabPolyfit

Description: 可以对于数据进行多次拟合,其功能就是Matlab的Polyfit函数-very useful for poly curve fit
Platform: | Size: 387072 | Author: rocketCHEN | Hits:

[matlabpolyfit

Description: matlab algorithm matlab教程 插值算法-matlab algorithm
Platform: | Size: 10240 | Author: zy | Hits:

[AlgorithmPolyfit

Description: 多项式拟合的,基于徐士良的程序,例子中是以书中的例子,自己改编为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 that we can all help, in addition we should note that this fitting out multi-coefficient of the polynomial and matlab a difference to look at specific principle
Platform: | Size: 1024 | Author: Jeydragon | Hits:

[CSharppolyfit

Description: matlab里ployfit的原型 c#版-the matlab ployfit the prototype c# version
Platform: | Size: 25600 | Author: 赵勇 | Hits:

[matlabpolyfit-mat

Description: 关于曲线拟合的一些matlab例程 -polyfit matlab code
Platform: | Size: 94208 | Author: humin | Hits:

[AlgorithmPolyFit.java

Description: Polynomial curve fitting polyfit from MatLab in Java Applet for demo
Platform: | Size: 2048 | Author: Michael | Hits:

[2D Graphicpolyfit

Description: MATLAB,多项式函数拟合,使用polyfit命令,可以拟合出二维图形。-MATLAB, polynomial fitting function, use the polyfit command, you can fit a two-dimensional graphics.
Platform: | Size: 1024 | Author: liuhui | Hits:

[Algorithmpolyfit

Description: 数值线性拟合,MATLAB GUI界面化,可以自行设置数据,拟合阶数,运行后可以得到拟合图形结果-number polyfit matlab GUI you can set input data and fitting coefficient .
Platform: | Size: 8192 | Author: wangqichao | Hits:

[Mathimatics-Numerical algorithmsPOLYFIT

Description: 自己写的一个函数拟合的算法函数,利用了最小二乘法可以拟合相关函数(Write a function fitting algorithm function, the use of the least squares method can fit the correlation function)
Platform: | Size: 1024 | Author: 87hbteo | Hits:

[matlabpolyfit

Description: 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. Curve fitting: Known data sets at discrete points, known as function values on the point set, construct an analytical function (the graph is a curve) so that the original discrete point is as close as possible to a given value.)
Platform: | Size: 1024 | Author: CHENCCCCC | Hits:

[matlabgx4

Description: 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 V and W in [1.5, 2.4] of the fitting example is fitted, and the maximum error of the fitting is given. (hint: use the function polyfit(), polycal()) 2. The concept and significance of three transmission constants u, V, W and degenerate modules are explained. 3. Combined with the simulation results (including the simulation results in the example), the influence of u, V and w on the guided wave is described. Tip: mode cutoff, mode away from cutoff, etc)
Platform: | Size: 51200 | Author: 伤心灵 | Hits:
« 12 »

CodeBus www.codebus.net