-
The-TEN
Matlab应用案例,详细录入各种常见共更能干金额共(Matlab application cases, detailed entry of a variety of common totaling more competent)
- 2013-07-20 09:30:49下载
- 积分:1
-
fuzzy_pid
介绍了模糊控制pid的一边编程思想,并给出了matlab的调用命令(Describes the fuzzy control pid side programming ideas, and gives the call to the command matlab)
- 2011-07-15 16:30:41下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
HHT
HHT在matlab中的实现,包括emd和hht分解过程(HHT in matlab, including emd and hht decomposition process)
- 2012-05-19 18:30:36下载
- 积分:1
-
LV40-to-MAT-file
labview转matlab格式 实现两种软件的互相调用(labview matlab format turn call each other to achieve the two software)
- 2011-11-01 14:13:28下载
- 积分:1
-
VarSelection
Matlab code for Variable Selection
- 2012-09-21 20:22:42下载
- 积分:1
-
Numerical-Analysis
包含了数值计算的绝大部分程序,依照英文可以查找级程序(Contains most of the numerical calculation procedure can find level program in accordance with English)
- 2010-12-01 10:35:13下载
- 积分:1
-
MATLABSimulink
说明: 基于MATLAB\SIMULINK的系统仿真技术与应用
薛定宇等著
出版社:清华大学
ISBN:7302053413 (MATLABSIMULINK Based on System Simulation Technology and Application Xue Dingyu waiting Publisher: Tsinghua University, ISBN: 7302053413)
- 2008-10-05 12:59:55下载
- 积分:1
-
bulangyundong2
matlab 程实 实现布朗运动 源程序(matlab source Brownian motion process to achieve real)
- 2011-08-02 11:27:16下载
- 积分:1
-
sousuo
搜索算法是利用计算机的高性能来有目的的穷举一个问题的部分或所有的可能情况,从而求出问题的解的一种方法。( The searching algorithm has a goal exhaustion question part or all possible situations using computer s high performance, thus extracts the question the solution one method. )
- 2011-04-21 08:47:11下载
- 积分:1