-
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
-
renconfiguration
基于负荷平衡的配电网重构程序 matlab下调试通过 (reconfiguration for distribution achieved)
- 2021-03-15 13:49:23下载
- 积分:1
-
CompareFFT
说明: 进行两个数据文件的FFT对比分析,可以设置分析参数,比较简单,matlab7运行通过(Two data files for comparative analysis of the FFT, you can set up analysis parameters, relatively simple, matlab7 run through)
- 2009-08-19 22:20:34下载
- 积分:1
-
qipange
简单的matlab画标定板程序,用以生成像素级的标定模板,直接打印,避免了其他方法画出标定板产生虚边的问题。(Simple matlab drawing board calibration procedure to generate a pixel-level calibration template, print directly, avoiding the other methods to draw the calibration panels to generate virtual edge issue.)
- 2013-11-16 20:16:29下载
- 积分:1
-
cucaoji
利用粗糙集实现对数据的清洗,清洗掉无效的数据(he use of rough set to achieve the data cleaning, cleaning out invalid data)
- 2017-04-27 16:59:22下载
- 积分:1
-
MSEQUENCE
说明: 实现M序列的产生,用于产生M序列,它用在信号的加密,作为训练序列等(Realization of M sequence generation, used to produce M sequence, which used in signal encryption, such as the training sequence)
- 2008-10-16 20:17:51下载
- 积分:1
-
Documentation
稀疏傅里叶变换实现的文档,文档包含描述文件、输入参数、功能和运行测试的例子。(A documentation of the Sparse Fast Fourier Transform (SFFT 1.0/2.0) C++ implementation. The
documentation includes a description of the files, the input parameters, the functions and examples of run
tests.)
- 2014-09-13 16:32:08下载
- 积分:1
-
20071010630
基于Matlab的数字电子琴的设计与实现1(Matlab based on the number of flower Design and Implementation 1)
- 2007-10-27 18:05:15下载
- 积分:1
-
DVBT2
this file shows DVBT using the matlab
- 2009-07-20 10:30:37下载
- 积分:1
-
lyapunov_wolf
说明: 该函数用来计算时间序列的最大Lyapunov 指数--Wolf 方法(The function used to calculate the time series of the largest Lyapunov index- Wolf method)
- 2021-04-05 18:39:03下载
- 积分:1