-
LyapunovExponents
求解lyapunov指数,适用于一般的方程求解,是通用的函数方法源代码。(Solving lyapunov index for the general equation is a function of common method source code.)
- 2010-09-02 16:45:56下载
- 积分:1
-
speed_control_BLDC-(1)
this is bldc simulink file in matlab and sensorlles method for starting.
- 2014-08-22 17:56:59下载
- 积分:1
-
reduction
reduction et ETUDE DE TRANSFORMATION FREQUENTIELLE NUMERIQUE
- 2011-08-17 18:42:18下载
- 积分:1
-
chapter5
数据挖掘算法及数据,包括ID3,逻辑斯蒂回归,BP神经网络的数据和源代码(ID3 and BP and logist regression...)
- 2018-05-05 22:06:51下载
- 积分:1
-
34325398fuel-cell-simulink-simulation-model
说明: 燃料电池 simulink仿真模型,主要用于燃料电池系统仿真(fuel cell simulink models)
- 2019-03-29 16:34:26下载
- 积分:1
-
MatLab-lizilvbo
l粒子滤波,matlab程序,欢迎大家交流,共同提高(l particle filter, matlab program, welcome to share and improve together)
- 2013-01-06 20:17:29下载
- 积分:1
-
An-Introduction-to-Scientific-Computing
An e-book for learning MATLAB
- 2011-07-11 15:08:55下载
- 积分:1
-
KNNMeanFilter
说明: 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。
假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)(Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, this k pixels mean replacing the original pixel value. Assuming n = 3, k = 5, call the method: b = KNNMeanFilter (a, 3, 5))
- 2010-05-03 10:14:15下载
- 积分:1
-
knn
在网站上下的一个MATLABknn分类程序(dfjaklsdjflkasd
buhui)
- 2010-05-10 09:28:18下载
- 积分:1
-
lda_test
Function to implement Linear Discriminant Analysis
Usage:-
[Xnew,V,mX,D] = lda(X,index,mX)
[V,D] = lda(X,index)
where:-
X = concatenated grand profile vectors (GPV)
i = class index of each vector
Xnew = new feature vectors
P = eigen vectors
mX = mean of GPV (optional in input)
D = eigen values
- 2013-07-09 15:03:43下载
- 积分:1