-
smstorsh
Convert SRH model outputs into an SMS
- 2010-12-16 19:31:44下载
- 积分:1
-
difference
finite difference method solving one dimensional advection-diffusion equation
- 2011-04-20 21:02:22下载
- 积分:1
-
Equiripple-Filters
关于等波纹滤波器设计的文档,其中包括三种图形,脉冲响应,对数幅频特性,通带阻带波纹。(Corrugated filter design documentation on and so on, which includes three graphics, impulse response, logarithmic amplitude-frequency characteristics, the stopband passband ripple.)
- 2014-10-11 17:39:45下载
- 积分:1
-
MPC_Exercise_First
Model predictive control excersice pt 1
- 2014-11-14 09:38:05下载
- 积分:1
-
matlab-examples
matlab实用程序百例,解决各种初学者会遇见的问题(Matlab examples,Solve problems for beginners )
- 2013-10-07 10:50:29下载
- 积分:1
-
MATLAB-code--for-image-sharpening
用MATLAB实现图像的锐化,个人修改过的,绝对可用。(A piece of matlab code for image sharpening.)
- 2015-04-12 19:32:47下载
- 积分: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
-
3_DOF_model_of_the_1903_Wright_Flyer-airframe-envi
3 DOF model of the 1903 Wright Flyer-airframe-environment-pilot models-MATLAB Source code.zip
- 2010-05-29 17:37:29下载
- 积分:1
-
L02VT09_MATLAB_intro
intro to matlab.contains basic matlab commands
- 2013-11-28 09:29:02下载
- 积分:1
-
Matlab_Lyapunov-summary
一个matlab编程求取李雅普诺夫指数的大概汇总,可供编程参考(A matlab programming to obtain the Lee Yap Andrianof indices about summary, for programming reference
)
- 2014-02-25 21:28:14下载
- 积分:1