-
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
-
MGPCCraru
多变量广义预测的控制制算法MATLAB代码
(Multivariable generalized predictive control system algorithm MATLAB code)
- 2012-07-25 23:30:06下载
- 积分:1
-
smoothone
哈工大数学实验应用MATLAB设计磨光公式(HIT mathematical experiment using MATLAB design polished formula)
- 2012-08-25 21:04:18下载
- 积分:1
-
KN_rank_estimation
在阵列信号处理中,信号源个数的估计是一个重要问题,文献和代码给出了基于随机矩阵理论的阵列信号个数的非参检测。(In array signal processing, the estimate of the number of signal source is an important issues, documentation and code give an non-parametric detection of array signal number based on random matrix theory.)
- 2013-09-20 12:53:13下载
- 积分:1
-
lubiaolabjiance
说明: 具有自检测功能的交通路标识别系统代码。能自动识别常见的交通标志,检测道路信息。(Self-detection of traffic signs recognition system code. Can automatically identify common traffic signs, road information detected.)
- 2011-03-19 16:15:25下载
- 积分:1
-
source_gen
wcdma标准,产生单载波matlab信号源,设定任意帧长(the wcdma standards, resulting in single-carrier Matlab source, set any frame size)
- 2012-03-24 15:40:39下载
- 积分:1
-
ESmart
智能天线系统的matlab仿真程序 大家(Smart Antenna System Matlab simulation program we look at)
- 2007-01-05 15:29:32下载
- 积分:1
-
Lot
LOT变换,主要用于MAT实验上的重叠正交变换。制作人张新鹏。(LOT transform, mainly for the experimental MAT overlapping of orthogonal transformation. Zhang Xinpeng producers.)
- 2007-05-28 09:53:17下载
- 积分:1
-
calibration
一个相对简单的陀螺刻度系数与安装误差的标定程序。(this is a relatively simple program which is for calibration of scale coeffient and semeble error.)
- 2015-05-26 17:33:09下载
- 积分:1
-
boost_code
进行人脸检测;用matlab编程;Rapid Object Detection Using a Boosted
Cascade of Simple Features(boost_code
Rapid Object Detection Using a Boosted
Cascade of Simple Features)
- 2010-11-11 10:10:06下载
- 积分:1