-
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
-
countingcar
Detect the car and counting it how many
- 2015-04-06 23:35:46下载
- 积分:1
-
1_IMM_algorithm_matlab
用MATLAB描写交互式多模型跟踪算法,包含算法和实际例子计算(MATLAB describes interactive multiple model tracking algorithm, including algorithms and practical examples of calculation)
- 2017-08-02 09:41:51下载
- 积分:1
-
IIR
在matlab下用DSPbuilder实现的4阶IIR滤波器设计(In matlab using DSPbuilder realize 4-order IIR filter design)
- 2007-09-23 14:53:57下载
- 积分:1
-
WCDMA
利用Simulink 搭建的WCDMA平台(Simulink structures using the WCDMA platform)
- 2008-07-14 23:14:41下载
- 积分:1
-
thermo_diagram_plot
计算水蒸气热物性的matlab程序,附有使用说明(Calculate the thermophysical properties of water vapor matlab program, with instructions for use)
- 2011-07-08 17:59:55下载
- 积分:1
-
AIRtools_matlab
This collection of MATLAB software contains implementations of several Algebraic Iterative
Reconstruction methods for discretizations of inverse problems.
- 2011-12-24 22:22:34下载
- 积分:1
-
Cuckoo-Optimization-Algorithm-for-ANN-cost
not good - Cuckoo Optimization Algorithm for ANN cost --- Cuckoo Optimization Algorithm --- - Matlab Toolbox Ver. 1.0.1 - Programmed by- Ramin Rajabioun, 2011 + This code minimizes your cost function, so don t change any part of
- 2013-12-10 16:47:02下载
- 积分:1
-
Desktop
图论算法中的求路径和几何作图算法包括
狄杰斯特拉一算法和二算法还有公切线算法和画图还有文件的自动导入算法(In graph theory algorithm for path and the geometric mapping algorithm)
- 2014-02-05 16:11:07下载
- 积分:1
-
swerling
自己写的关于雷达目标RCS起伏的Swerling模型,包含示例文件,简单却是有用的,各位尽管下载吧。(Write on radar target RCS undulating Swerling model, including sample files, simple but useful, although you download it.)
- 2021-04-08 10:09:01下载
- 积分:1