-
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
-
fencengkongshi1
关于分层空时码的matlab程序,详细,实用。(on layered space-time code Matlab procedures, detailed and practical.)
- 2006-11-20 01:44:29下载
- 积分:1
-
anneal
It explains about anneal of images
- 2011-12-02 15:30:17下载
- 积分:1
-
cellular-automata-detailed-program
matlab实现元胞自动机的详尽程序。包含多个程序源码(matlab achieve the cellular automata detailed program. Contains more than one program source code)
- 2012-11-21 19:01:38下载
- 积分:1
-
972884281
dlks ahfiewhlifjsdklfjai ew.f共轭法(min)
- 2009-03-23 21:10:45下载
- 积分:1
-
function-RK
龙格库塔方法求解一阶微分方程matlab源代码(Runge-Kutta method to solve first order differential equations matlab source code)
- 2011-04-20 11:19:39下载
- 积分:1
-
myRealFace
face detect on web camera
- 2013-09-10 23:18:19下载
- 积分:1
-
DD3232
matlab毕业编程【谷速软件】Archivox房间脉冲响应测量 (Graduation matlab software programming speed [Valley] Archivox room impulse response measurement)
- 2015-01-07 22:43:31下载
- 积分:1
-
matlab--location--code
很好的关于matlab无线定位的程序,对于初学者还是很有用的(Very good on matlab wireless positioning procedures, very useful for beginners)
- 2014-01-08 17:21:25下载
- 积分:1
-
SCKF
基于matlab的平方根容积卡尔曼滤波SCKF程序,是一种较好的非线性滤波方法,希望促进大家的理解。(Based on the square root of the volume of the Kalman filter matlab SCKF program, it is a good non-linear filtering method, we hope to promote understanding.)
- 2015-05-04 21:27:28下载
- 积分:1