-
flops
matlab matrix processing functions
- 2010-12-08 01:50:41下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
snake
很经典的matlab下的贪食蛇游戏源代码~代码的注释很详细 帮助初学者短时间内掌握matlab游戏编程的精髓 推荐推荐!~(matlab snake game)
- 2009-02-04 02:20:24下载
- 积分:1
-
lshcode.tar
LSH 和e2LSH算法,感觉hash函数不怎么好。(LSH and e2LSH algorithm, hash function is not very good feeling.)
- 2010-08-05 11:52:25下载
- 积分:1
-
BOD_TB24
Digital Amplitude Optimum (BOD) for discontinuous control
- 2010-05-20 01:34:24下载
- 积分:1
-
levelset
用matlab实验水平集,运用到灰度图像上面可以得到的很好的分割效果,下载后可以直接运行得到结果(Matlab experiment level set, apply to the gray image, it can get very good segmentation effect can be run directly after download the result)
- 2015-03-11 09:42:35下载
- 积分:1
-
eemdygk
这个程序是一个具有EEDM信号分解的模块程序,它能够将输入的信号进行EEDM分解,从而得到所需要的各个信号分量。(This program is a signal having EEDM decomposition module program, the input signal that can be EEDM decomposition, thereby obtaining desired signal components.)
- 2015-01-20 09:44:31下载
- 积分:1
-
lcvbp
基于彩色局部二值模式的纹理分类研究,采用LCVBP原理,创新实用(Color texture classification based on local binary pattern studies, using LCVBP prinicple, innovation and practical)
- 2013-12-09 16:12:46下载
- 积分:1
-
核极限学习机kernel-ELM
核极限学习机,引入核函数解决ELM求解问题,一旦参数选定,结果就稳定下来,不再混入随机。在原来版本上加入自己理解改写,使得代码更容易理解。(Kernel extreme learning machine, kernel function is applied to deal with ELM to solve the problem, once the parameters selected, the result is stabilized, not randomly in the original version on becoming a member of their understanding, makes the code easier to understand)
- 2021-03-01 10:59:35下载
- 积分:1
-
yuyinhecheng
基于MATLAB的语音识别描述,描述清楚,系统的描述了语音识别的方法,具有较高的参考价值。(Description and recognition based on MATLAB description is clear, the system described in speech recognition. The method has a high reference value.
)
- 2014-11-19 10:26:40下载
- 积分:1