-
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
-
exm0434_1
此程序为一个功能函数,把ex构架数组转换为元胞数组,对初学者有一定的帮助!!(axam)
- 2010-11-15 20:07:40下载
- 积分:1
-
CODE
mat lab code for image compression technique can be decrease for digital images
- 2014-10-29 13:29:00下载
- 积分:1
-
Optimization-method
最优化方法及其Matlab程序设计,乘子法程序,非线性最小二乘问题源码,最速下降法与牛顿法源码等等(Optimization method and Matlab programming, multiplier method procedures, non-linear least squares problem source, the steepest descent method and Newton' s law code, etc.)
- 2011-10-22 18:14:03下载
- 积分:1
-
memory_pr_ps
描述铁电存储器MFIS-FET结构饱和极化和剩余极化对存储窗口的影响(Description FRAM MFIS-FET structure of saturated polarization and remanent polarization effects on the storage window)
- 2010-06-24 11:02:17下载
- 积分:1
-
voicebox
This is a speech processing toolbox. Contains a variety of functions to analyze a speech sample.
- 2012-12-02 17:46:59下载
- 积分:1
-
FisheyeCalibration
鱼眼图像校正算法的matlab实现,自己做的小程序(Fisheye image correction algorithm matlab implementation, small program)
- 2009-12-16 10:38:17下载
- 积分:1
-
fbb-sensor
fbb sensor qsk based
- 2013-12-10 18:53:06下载
- 积分:1
-
matlab_teachbook
经典的matlab网络教程。将rar内所有文件解压缩到一个根目录下,点击index.htm的相应链接即可,简单方便。(classic Matlab Network Directory. Rar of all files compressed into a root directory, click on the appropriate link index.htm can, easy.)
- 2006-10-10 20:50:41下载
- 积分:1
-
imageincrease0
这是我自己调试好了的彩色图像增强的,绝对可以使用,非常好。(This is my own and tested the color image enhancement, absolutely you can use, very good.)
- 2010-05-25 20:17:16下载
- 积分:1