-
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
-
MATLAB
Histogram equalization base.
- 2011-10-11 15:44:35下载
- 积分:1
-
WARPLab_LTE_demo_code
The ultimate goal of the project is to develop a smart autonomous robot that is able to navigate fully utonomously around the laboratory floor or even the campus
- 2014-12-10 20:26:32下载
- 积分:1
-
fastica
说明: 盲分离 独立算法估计,实用.大家可以分享(blind serparation)
- 2010-04-03 15:47:58下载
- 积分:1
-
Matlabwork
wind farm simulation to control the active and reactive power with taiy line
- 2013-11-29 21:42:18下载
- 积分:1
-
MRAC_2nd_order_study
模型参考自适应二阶实例。。。。。。。。。。。。。。。。。。。。。(MRAC exaple)
- 2020-09-25 10:57:47下载
- 积分:1
-
TheFirstExpT
C语言实现数字信号处理信号过系统(FIR、IIR型滤波器,含画图子函数。)
需:include"graphcis"(C-signals over the digital signal processing systems (FIR, IIR filters, including drawing subroutine.) Must: include " graphcis" )
- 2010-12-15 23:08:44下载
- 积分:1
-
ML_QPSK_MIMO
MIMO系统中关于QPSK调制的ML算法(MIMO systems ML algorithm for a QPSK modulation)
- 2017-04-23 19:23:50下载
- 积分:1
-
power_converter
Three-phase thyristor converter 变频器,来自mathworks 程序。(Three-phase thyristor converter inverter, from MathWorks procedures.)
- 2007-10-19 13:40:07下载
- 积分:1
-
psn_matlab_v3
Poisson equation solver
- 2013-10-13 23:04:47下载
- 积分:1