-
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
-
bootspolit.m
The code in matlab help user do statistical analysis of time series
- 2013-01-11 20:46:35下载
- 积分:1
-
200-Ways-To-Recover-Revive-Your-Hard-Drive
it is an ebook to know different methods of recovering your hard disk.
- 2013-04-16 20:45:48下载
- 积分:1
-
STATCOM_WF
说明: 新能源电网(风力发电)使用STATCOM进行无功补偿实例(STATCOM reactive power compensation)
- 2020-12-01 20:42:28下载
- 积分:1
-
Matlab2ndnihe
matlab的二次拟合程序源码与大家分享!直接是M文件!(matlab secondary source fitting procedures to share with you! M file directly!)
- 2008-12-22 12:50:51下载
- 积分:1
-
CC_with_Selection
The progress of the research in wireless communications and in other areas stimulates
the rapid development of WSN. The motivation for the development of WSN is their
flexibility, relative ease of installation (e.g., in places with radioactive pollution),
lower power consumption etc.
As can be concluded from [2], a WSN - is an infrastructure comprised of sensing,
computing, and wireless communication elements that provides the ability to
instrument, observe, and react to events and phenomena in a certain environment. The
information obtained by sensors can be used for civil, governmental, commercial, or
industrial purposes.
- 2013-04-09 03:26:29下载
- 积分:1
-
GS_GUI源码
说明: 打包做好界面的GS算法程序,欢迎大家借鉴(Packing the GS algorithm program of the interface, we welcome you to learn from it.)
- 2020-06-23 13:20:02下载
- 积分:1
-
viterbi
程序先进行卷积编码,然后进行viterbi译码,程序有纠错功能,中间出现误码,程序解码时会自动纠正(Convolution coding program first and then viterbi decoding program has error correction, the error appears in the middle, when the program will automatically correct decoding)
- 2014-11-23 08:20:58下载
- 积分:1
-
Autopilot
this simulink is for automatic pilot control using PID controller
- 2011-12-29 14:06:32下载
- 积分:1
-
capacitorer
measure the capacitance of parallel plate capacitor
- 2012-01-30 16:57:19下载
- 积分:1