-
matlab
matlab 自己学习的,可以提高matlab编程(matlab,impove your matlab ability)
- 2012-11-20 09:17:19下载
- 积分:1
-
MATLABforpowersystem
说明: 关于电力系统的matlab设计的一本书,可以参考。(Matlab power system on the design of a book, you can reference.)
- 2008-11-13 11:22:00下载
- 积分:1
-
code6
《matlab gui设计学习手册》 第二版 2012新版 第六章源码(《matlab gui设计学习手册》 第二版 2012新版 第六章源码 matlab gui the second edition)
- 2012-06-23 13:13:31下载
- 积分:1
-
chazhi
本程序可以作为matlab插值使用,并可经过改变变量进行修改(This program can be used as matlab interpolation used and may be modified after changing the variable)
- 2012-09-08 09:13:59下载
- 积分:1
-
qpso
qpso para que puedan descargarlo y chupenla feos qlos
- 2011-12-28 09:35:58下载
- 积分:1
-
AVO地震响应
AVO地震响应,描述反射系数随炮检距的变化,为砂泥岩含气模型,属于第一类AVO(AVO seismic response, describing the reflection coefficient variation with offset for sand shale gas models belonging to the first category AVO)
- 2015-08-21 09:04:18下载
- 积分: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
-
filter--classifier
matlab数字信号处理,输入图像矩阵和窗口大小,进行中值滤波,平均滤波,svm分类器(Digital signal processing, input image matrix, and window size,median filter,Average filter, svm classifier)
- 2011-05-13 03:32:16下载
- 积分:1
-
kaisa_filter
包含凯撒滤波器的说明文档和实现的源文件,通过适当的参数设置,实现滤波(Contains documentation of Julius Caesar s filter and realize the source file, with proper parameter Settings and filtering)
- 2014-12-17 22:15:17下载
- 积分:1
-
chemcluster
使用MATLAB软件实现基于模拟退火算法的实例,对于模拟退火算法的理解,模拟退火工具箱的应用有帮助
(Using the MATLAB software examples based on simulated annealing algorithm, simulated annealing algorithm for the understanding of application of simulated annealing of the toolbox help)
- 2009-09-07 22:21:36下载
- 积分:1