-
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
-
WL3-45B-01
按上/下键修改LED数码管显示数值,输出D/A转换后的电压值,方案2(up and down key to change the dispay number and output a D/A voltage)
- 2010-12-21 09:35:52下载
- 积分:1
-
SOM
matlab 实现的自组织竞争神经网络SOM算法程序(没有使用ANN工具箱)。可供初学者参考学习使用。(SOM self-organizing competitive neural network algorithm matlab implementation of the program (not using ANN toolbox). Reference for beginners to learn to use.)
- 2014-11-24 18:48:09下载
- 积分:1
-
turbomatlabcode
turbo code
encoder/decoder
Matlab code
- 2008-04-09 01:32:46下载
- 积分:1
-
work
运用matlab提取图像并将其转化为灰度图和其它图形,实现图像变换(Extraction using matlab and converted into grayscale images and other graphics, Image transformation)
- 2010-12-22 15:03:38下载
- 积分:1
-
chapter5
说明: matlab与 人工神经网络2007 配套源程序(matlab and artificial neural network supporting source, 2007)
- 2008-11-21 10:37:00下载
- 积分:1
-
apm_simulink
MATLAB CODE FOR PYTHON
- 2013-10-24 13:04:04下载
- 积分:1
-
混合动力动态规划
说明: 动态规划混合动力汽车模式切换程序,附带工况。(Dynamic programming of hybrid electric vehicle mode switching program, with working conditions.)
- 2020-10-05 20:47:38下载
- 积分:1
-
compute_wavelet_quadtree
This is an implementation of the Bandelets Transform for image processing purposes
- 2010-01-14 10:55:57下载
- 积分:1
-
ex_12_soz
用matlab写的太阳照在z平面上。即自己做的一副比较美的动画。(Matlab write with sun in the z plane. That is their own doing a more beautiful animation.)
- 2011-07-01 17:48:50下载
- 积分:1