Description: MATLAB提供了各种曲线拟合方法,例如:Exponential, Fourier, Gaussing, Interpolant, Polynomial, Power, Rational, Smoothing Spline, Sum of Functions, Weibull等,当然,也可以使用 Custom Equations.
cftool不仅可以绘制拟合后的曲线、给出拟合参数,还能给出拟合好坏的评价参数(Goodness of fit)如SSE, R-square, RMSE等数据,非常好用。但是如果我们已经确定了拟合的方法,只需要对数据进行计算,那么这种GUI的操作方式就不太适合了,比如在m文件中就不方便直接调用cftool。
-matlab has given a lot of method for curve combine ,we will give a new method and provide a matlab code. Platform: |
Size: 50176 |
Author:李平 |
Hits:
Description: 基于dct或者fft方法简单快捷的平滑数据。包含源代码与例子。-The following Matlab project contains the source code and Matlab examples used for quick & easy smoothing. smoothes data using a DCT- or FFT-based spline smoothing method. Platform: |
Size: 4096 |
Author:wanghong |
Hits: