-
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
-
fuzzy1
关于模糊控制器的设计,M文件的形式,包含了最基本的模糊控制器程序。(Fuzzy controller design, the M form of a document that contains the basic fuzzy controller program.)
- 2012-04-16 21:51:23下载
- 积分:1
-
Chapter_10_Detection_and_Other_Topics
Optimum array processing 最优阵列处理技术 第十章 MATLAB程序
DOA MUSIC ESPRIT(Optimum array processing
DOA MUSIC ESPRIT)
- 2010-07-04 09:29:10下载
- 积分:1
-
c4
说明: 老外的电机学教材,最为重要的是有相应的MAtlab代码,每一章都有,十分详细,学习电机的必备工具书,文件是在太大,此处上传chap4的源码(Foreigners motor learning materials, the most important thing is there is a corresponding MAtlab code, each chapter has a very detailed study of the motor necessary books, documents are too large to upload chap4 source code here)
- 2011-08-31 19:30:20下载
- 积分:1
-
DOAMUSICcoherentFBSS
前后向平滑, music
主要包含经典music算法实现原理及其代码,然后在此基础上介绍了前后向平滑算法的实现及其代码和仿真结果(forward/backward spatial smoothing,MUSIC
Consists mainly of classical music algorithm theory and its code, and then on this basis introduced before and after smoothing algorithm and code and simulation results)
- 2013-10-10 11:10:51下载
- 积分:1
-
cuckoosearch
Cuckoo Search metaheuristic algorithm to general optimization problem
- 2015-04-09 03:52:06下载
- 积分:1
-
cengcijulei
关于聚类算法 层次聚类的一些说明和简单的例程实现(About clustering algorithm- some explanations and simple routines to achieve hierarchical clustering)
- 2015-08-19 11:26:20下载
- 积分:1
-
TVP_VAR
tvp-var model 可以用来做TVP-VAR模型(tvp-var model for good use)
- 2021-04-14 21:18:55下载
- 积分:1
-
1269175180108472(1)
基于MATLAB的离散事件系统中事件调度法的程序实例(MATLAB-based discrete event system, event scheduling process instance
)
- 2020-12-09 17:19:19下载
- 积分:1
-
knnLLR
matlab
knn图构建以及局部线性重构加权方法(graph construction of KNNG and locally linear reconstruction for weighting the edges of knng)
- 2011-09-18 19:01:32下载
- 积分:1