-
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
-
Rotation
matlab应用程序可以实现图像的修正,可以使用。(matlab application images can be amended, you can use.)
- 2009-06-08 22:31:13下载
- 积分:1
-
MODERN-CONTROL-SYSTEM-THEORY-AND-DESIGN-TOOLBOX
MODERN CONTROL SYSTEM THEORY AND DESIGN TOOLBOX,带有matlab仿真例子,学习控制的很有借鉴意义(MODERN CONTROL SYSTEM THEORY AND DESIGN TOOLBOX, with matlab simulation example, the study of referential significance to the control of)
- 2009-06-21 18:04:19下载
- 积分:1
-
OD1
基于神经网络估算断面客流量与出行量之间的OD矩阵(OD matrix estimation section between the amount of traffic and travel based on neural network)
- 2014-09-12 16:22:31下载
- 积分:1
-
jiryaei
some codes for solving linear algebric equations using numerical methods
- 2012-09-21 06:17:49下载
- 积分:1
-
fuzzy
简单介绍了模糊控制器的隶属度函数的matlab代码输入(A brief introduction to the fuzzy controller matlab code input membership function)
- 2013-12-06 21:04:47下载
- 积分:1
-
classification-of-Speech-signal
利用BP人工神经网络对语音特征信号进行分类(classification of Speech signal )
- 2014-01-12 20:45:28下载
- 积分:1
-
iifil
说明: IIR 滤波器,matlab实现,载频21.4MHz,带宽200KHz(IIR bandpass filter with matlab language,frequence of 21.4MHz,band of 200KHz)
- 2011-03-12 08:36:27下载
- 积分:1
-
MATLAB-programming-for-engineers
提供matlab编程自上而下的思想,适合初学者的入门级教材。(it provides the programming idea from-top-to-bottom for junior engineers. )
- 2013-01-25 11:04:23下载
- 积分:1
-
Form
用form表单模拟select标签进行选择,里面采用hover事件。hover可以根据你的需要来修改。(Analog select labels choose to form a form, which uses hover events. hover can be modified according to your needs.)
- 2013-12-17 14:42:33下载
- 积分:1