登录
首页 » matlab » repval

repval

于 2010-12-14 发布 文件大小:2KB
0 222
下载积分: 1 下载次数: 4

代码说明:

  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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • conv_matlab
    使用MATLAB实现卷积码的编译码,信源为随机产生数,进行软判决译码(Convolutional code using the MATLAB implementation of the codec, source for the randomly generated number, to soft-decision decoding)
    2009-11-18 10:15:51下载
    积分:1
  • Halfwave_Rectifiers
    Different configurations of Half Wave Rectifiers.
    2011-08-22 00:39:13下载
    积分:1
  • PCR
    PCA预测回归的一个例子,简单易懂 也有注释,导入数据注意格式即可使用(An example PCA regression forecasting, easy to understand but also notes, pay attention to the format to use to import data)
    2021-04-19 10:38:51下载
    积分:1
  • PCA(matlab)
    主成分分析算法(PCA),这是一个外国人编写的,很具有参考价值(principal component analysis algorithm (PCA), which was prepared by a foreigner, it is very valuable reference)
    2021-03-09 13:09:28下载
    积分:1
  • EngineControl
    基于MATLAB的发动机模型mdl文件,可用于发动机建模及其仿真参考。(MATLAB-based engine model mdl files, can be used for modeling and simulation engine for reference.)
    2010-08-06 17:21:25下载
    积分:1
  • gatbx-toolbox
    matlab下GA遗传算法工具箱。提供了一定例程(matlab genetic algorithm toolbox under the GA. Provide a certain routine)
    2007-10-09 17:06:25下载
    积分:1
  • truepca2.tar
    采用各种不同的方法实现PCA,包括truePCA,empca等,做主成份分析好方法!(adopted various methods to achieve the PCA, including truePCA, empca. element analysis comes good way!)
    2007-04-26 12:05:03下载
    积分:1
  • hamming
    hamming code simulation using matlab
    2011-07-24 03:03:10下载
    积分:1
  • boxingmianjitu
    通过用matlab显示地震记录的波形面积图,交流学习中。。(By using matlab earthquake recorded waveform area chart, the exchange of learning. .)
    2013-04-08 14:16:51下载
    积分:1
  • MBOC_CBOC_BPSK_like
    CBOC信号捕获算法,主要包括非相干联合捕获算法(NCC)、相干联合捕获算法(CC)、空间差分相干联合捕获算法(CBOC signal acquisition algorithm mainly includes noncoherent joint acquisition algorithm (NCC), coherent joint acquisition algorithm (CC) and spatial difference coherent joint acquisition algorithm)
    2020-12-09 10:19:19下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载