-
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
-
fenge
matlab的一个小程序,主要功能是利用投影的方法对车牌字符分割,运行流畅,运行的结果页很好。(matlab a small program, the main function is using the projection method of license plate character segmentation, smooth running, run of good results page.)
- 2012-09-05 17:21:56下载
- 积分:1
-
Zernike_Moments
Zernike moments calculation. Two functions, one for polynomial calculation and one for moments calculation
- 2013-10-20 17:25:19下载
- 积分:1
-
vc_matlab
用VC调用Matlab的文章,文章详细介绍了几种方法,并给出了示例(VC call Matlab with the article, the article details several ways, and gives examples of)
- 2007-10-29 20:39:00下载
- 积分:1
-
code
说明: 基于非负矩阵分解的语音分离方法,matlab实现(NMF-based speech separation method, matlab implementation)
- 2011-04-15 18:59:09下载
- 积分:1
-
eyedia3
MATLAB 值得一阅,不可错过啊!eyediagram做眼图!(MATLAB is worth reading, not to be missed ah! eyediagram make eye!)
- 2010-05-28 11:04:56下载
- 积分:1
-
fengjiguangfujianmo
风机光伏的simulink建模,能够很好的仿真风机与光伏的特性,可以扩展为任意微网或者配网中的分布式发电模块(Fan PV simulink modeling, simulation can be a good fan and photovoltaic properties, can be extended to any micro-network or distribution network of distributed generation module)
- 2013-11-19 09:45:32下载
- 积分:1
-
ARMA_Prony
Prony方法是一种在已知时域冲击响应时构造IIR滤波器(即ARMA)的算法(Prony method is a kind of time-domain impulse response is known IIR filter structure (ie ARMA) algorithm)
- 2015-03-08 10:59:54下载
- 积分:1
-
work3
系统辨识里面的梯度校正参数辨识方法,实用的系统辨识算法(System identification inside the gradient correction parameter identification methods, practical system identification algorithm)
- 2011-05-20 19:07:06下载
- 积分:1
-
cekfslam.tar
在悉尼大学EKF-SLAM仿真平台的基础上开发,使用Compressed Extended Kalman Filter解决SLAM问题,最初由Jose Guivant and Eduardo Net提出,程序由Haiqiang Zhang和Lihua Dou实现 (CEKF-SLAM is a Compressed Extended Kalman Filter-based SLAM simulator written under Matlab. )
- 2011-08-14 12:01:21下载
- 积分:1