-
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等数据,非常好用。但是如果我们已经确定了拟合的方法,只需要对数据进行计算,那么这种GUI的操作方式就不太适合了,比如在m文件中就不方便直接调用cftool。
(matlab has given a lot of method for curve combine ,we will give a new method and provide a matlab code.)
- 2012-08-26 17:55:07下载
- 积分:1
-
Wood-EMBS-2005
target tracking codes
- 2011-11-01 19:23:00下载
- 积分:1
-
fuzzy-controll-of-Cement-kiln
fuzzy control of Cement kiln
- 2013-12-09 07:39:16下载
- 积分:1
-
2if.for.while.switch
tutorial matlab codes for university students(if while switch)
- 2014-07-20 10:40:11下载
- 积分:1
-
traditionalRECEIVER
传统RAKE接收机MATLAB程序,后面我会发改进的(traditional RAKE receiver MATLAB procedure, I will be made to improve the)
- 2006-06-06 23:58:28下载
- 积分:1
-
waveletprocess
matlab中小波变换的源码和图像处理的方法(matlab source code in the wavelet transform and image processing method)
- 2011-09-23 13:44:25下载
- 积分:1
-
motaichuli
模态处理相关程序,包括时域,频率,自普,互普,相干,频响,时频分析,HHt,随机减量法等等,很不错,可以借鉴(Modal treatment-related procedures, including time domain, frequency, since the S & P, each P, coherence, frequency response, time-frequency analysis, HHt, random decrement method, etc., very good, can learn)
- 2010-10-26 15:51:33下载
- 积分:1
-
job
有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台机器而言,一次只能对一道工序进行加工。()
- 2007-09-18 23:30:48下载
- 积分:1
-
mydemo1
Matlab图形图像处理例程。应用MATLAB图形函数和绘图实例(Matlab graphics and image processing routines. Application of MATLAB graphics functions and drawing examples)
- 2010-05-18 22:01:41下载
- 积分:1
-
c-means-algorithm
c均值算法的实现,使用c均值算法对一组三位数据进行聚类,给出了测试的类别数目和初始值。(c-means algorithm, using the c-means algorithm on a set of three data clustering, given the number of categories and initial value of the test.)
- 2012-05-18 09:24:59下载
- 积分:1