搜索资源列表
plotfit2
- 多项式二次曲线拟合程序!用于实验设计!另有画图函数并且可以进行方差分析1-quadratic polynomial curve fitting procedures. For the experimental design! Another drawing functions can be carried out an analysis of variance
plotfit
- 多项式提取一个数组或是曲线的趋势项 得到一个多项式表达式 以及拟合的新数组-Extract an array of polynomial curve or a polynomial trend item to get a new array of expressions and fitting
polyfitconvenient
- 利用 matlab的GUI 环境编写 多项式曲线拟合程序,及其界面,由于参数的输入是实时的、拟合过程可以实时显示,因而使用非常方便。-Using matlab GUI to prepare the environment polynomial curve fitting procedures, and its interface, as input parameters in real time, the fitting process can be real-time display, whi
polynomial
- Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN
Mtb011
- 多项式曲线拟合其中, x, y为已知数据点向量, 分别表示横,纵坐标, m为拟合多项式的次数, 结果返回m次拟合多项式系数, 从高次到低次存放在向量p中. -Polynomial curve fitting where, x, y as the vector of known data points, respectively, horizontal and vertical coordinates, m is the number of polynomial fitting, the re
Curve-fitting
- 曲线拟合,在众多的样本点中进行拟合,找出满足样本点分布的多项式-Curve fitting, in a large number of sample points were fitted to identify the distribution of sample points satisfy the polynomial
biquxianzhengti1
- 本程序可以利用但参数均匀三角多项式曲线来绘制出漂亮的花纹曲线,当然,如果想要获得不同的花纹只需对参数进行调整即可-This procedure can be used but the parameters are homogeneous trigonometric polynomial curve to draw a beautiful pattern curve, of course, if you want to get a different pattern can only adjust
kaiquxian2
- 本程序利用均匀三角多项式曲线画出了漂亮的花瓣图形,图形栩栩如生,淡然调参数混的出不同的图形-This procedure using uniform trigonometric polynomial curve draw a beautiful flower graphics, lifelike graphics, indifferent tone parameters of a different mix of graphics
RSSI_Matlab_Y
- 用matlab统计不同距离的RSSI值,画折线图,并最将各距离处平均值用最小二乘法拟合成3到5项多项式曲线-RSSI value of the matlab statistics at different distances, draw a line chart, and most average each distance with the least square method were fitted polynomial curve of 3-5
curve-combine
- MATLAB提供了各种曲线拟合方法,例如:Exponential, Fourier, Gaussing, Interpolant, Polynomial, Power, Rational, Smoothing Spline, Sum of Functions, Weibull等,当然,也可以使用 Custom Equations. cftool不仅可以绘制拟合后的曲线、给出拟合参数,还能给出拟合好坏的评价参数(Goodness of fit)如SSE, R-square, RMSE等数据,非
polymal
- 多项式的曲线拟合,使用MATHCAD实现-Polynomial curve fitting using MATHCAD achieve
polynomial
- 进行多项式拟合曲线和参数,给出数据和m文件-Polynomial curve fitting and parameters, given the data and m files
Polynomial-non-polynomial
- 多项式和非多项式曲线拟合,MATLAB的经典案例 -Polynomial and non polynomial curve fitting
nihe
- 有关于多项式/曲线拟合的一些例题代码,一共有7个*.m文件-There polynomial/curve fitting some examples of code, a total of 7*. M file
fit_demo
- 多项式和非多项式曲线拟合,多项式拟合在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
fitting--curve
- 已知一组散点数据,求其多项式拟合的公式,多项式阶数可任选-Given a set of discrete data, find the polynomial equation, polynomial order optionally
jakoobi.m
- jacobi function for fitting polynomial curve
pole_k
- 极多项式路径平滑,求得极多项式曲线,并分析曲率变化-Polar polynomial path smoothing, polar polynomial curve, and analysis of curvature changes
案例三 多项式和非多项式曲线拟合
- MATLAB经典案例系列视频,多项式和非多项式曲线拟合(MATLAB classic case series video, polynomial and non polynomial curve fitting)
fit_analysis
- 最小二乘法多项式曲线拟合,根据给定的m个点,并不要求这条曲线精确地经过这些点,而是曲线y=f(x)的近似曲线。(The least squares polynomial curve fitting, according to the given M point, does not require the curve to pass precisely these points, but rather the approximate curve of the curve y=f (x).)