-
mfiles
< matlab教程7.1>>中所有matlab源程序()
- 2007-07-10 18:29:43下载
- 积分:1
-
matlab20
Matlab的数理统计工具箱是Matlab工具箱中较为简单的一个,其牵扯的数学知识是大家都很熟悉的数理统计,因此在本文中,我们将不再对数理统计的知识进行重复,仅仅列出数理统计工具箱的一些函数,这些函数的意义都很明确,使用也很简单,为了进一步简明,本文也仅仅给出了函数的名称,没有列出函数的参数以及使用方法,大家只需简单的在Matlab工作空间中输入“help 函数名”,便可以得到这些函数详细的使用方法。(Mathematical Statistics Toolbox Matlab Matlab toolbox is a relatively simple one, it involves mathematical knowledge is the number of people are familiar with statistics, so in this article, we will no longer be on the knowledge of mathematical statistics to repeat, only lists Mathematical Statistics Toolbox functions that the meaning of these functions are very clear, very simple to use, in order to further condensed, this article only gives the name of the function, the parameters of the function is not listed, and the use of methods, we simply Enter the workspace in the Matlab " help function name" , it can be to use these functions in detail.)
- 2011-05-29 13:52:26下载
- 积分:1
-
dualinterior
原对偶内点算法的matlab程序.txt(Primal-dual interior point algorithm matlab procedures. Txt)
- 2009-06-05 10:56:35下载
- 积分: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
-
procSARdata_DBS
DBS数据处理程序,给需要的人。也希望大家多多交流(DBS data processing procedures, to the need. Also hope that more exchanges)
- 2010-05-23 18:14:08下载
- 积分:1
-
aofdm8-(1)
Transmission of a signal and to check probability of Detection.
- 2014-08-25 17:40:13下载
- 积分:1
-
full-search-ME
matlab 对于块全搜索运动估计 源代码 视频压缩技术h.264(matlab block full search motion estimation for the source code h.264 video compression technology)
- 2013-12-10 17:29:33下载
- 积分:1
-
adjustableColorbar
make colorbar in plot figures in matlab adjustable.
- 2013-05-10 05:59:29下载
- 积分:1
-
matlab-Digital-image-processing
matlab 数字图像处理源代码,需要毕业设计的可以在此处下载(matlab digital image processing source code graduation design is required can be downloaded here)
- 2013-05-19 21:06:14下载
- 积分:1
-
Matlab
matlab基本知识教程以及在现实中的一些应用(basic knowledge of matlab tutorials and some applications in the real world)
- 2010-11-03 19:56:29下载
- 积分:1