-
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
-
_FuzzyPID
一种模糊PID的SIMULINK实现,内涵模糊规则(The SIMULINK implementation of a Fuzzy PID, fuzzy rules, meaning)
- 2010-05-27 16:11:14下载
- 积分:1
-
06826929-new
Wind energy conversion based doubly fed induction
generator controlled by direct matrix converter
- 2014-12-26 00:01:34下载
- 积分:1
-
sglib-master
Implement and investigate into stochastic Galerkin methods with a special focus on tensor product methods.
- 2015-03-24 23:03:39下载
- 积分:1
-
Fingerprint-matching
基于matlab指纹匹配源代码,特征识别,特征匹配
(Fingerprint matching based on matlab source code, feature recognition and feature matching)
- 2021-03-19 22:29:18下载
- 积分:1
-
Newton-Raphson-Algorithm
常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。(Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed description and source code can be pasted directly use.)
- 2014-02-19 20:33:10下载
- 积分:1
-
BLMS
自适应滤波的块型最小均方差算法(B-LMS),能够快速跟踪过程的变化(Block adaptive filtering algorithm based on LMS (B-LMS), to fast track the process of change)
- 2010-06-09 13:21:02下载
- 积分:1
-
8954613Matlab
车道检测中弯道的检测,是用MATLAB写的,能较好的检测车道(Turn lane detection tests written using MATLAB)
- 2021-04-28 16:48:44下载
- 积分:1
-
erlang
erlang formula for calculating traffic models analysis
- 2010-02-05 15:42:29下载
- 积分:1
-
GUI
matlab中图形用户界面的教程,包含ppt及matlab程序(Tutorial of the graphical user interface in MATLAB, including PPT and matlab program)
- 2013-12-02 10:31:57下载
- 积分:1