-
buildgui
Article about Matlab GUI interface
- 2009-06-24 00:47:04下载
- 积分:1
-
2_Matrices_et_operations_de_base
Matlab MAtrice et opération de base
- 2012-08-14 17:31:14下载
- 积分:1
-
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
-
c18_cdmacal
耦合影响格子序列仿真,随机性,平衡性,级多瓣分治混沌序列在cnma中的应用(Simulation of the impact of lattice coupling sequence, randomness, balance, class of chaotic sequence多瓣divided the application in cnma)
- 2009-06-03 11:37:17下载
- 积分:1
-
MATLAB编程(第二版)修订版
很细详细、全面的介绍了MATLAB,含有编程实例(This paper introduces MATLAB in detail and comprehensively, including programming examples.)
- 2018-12-01 15:50:44下载
- 积分:1
-
OFDMadaptiemodulation
OFDM系统自适应算法仿真,MATLAB程序
(Adaptive Algorithm for OFDM systems, MATLAB program)
- 2010-05-30 09:58:37下载
- 积分:1
-
Filter-implementation-in-matlab
its a matlab discription of varius digitl filers both in special and frequency domain. very useful for beginners.
- 2013-10-18 13:29:52下载
- 积分:1
-
qhanoi
q learning 写的hanoi塔,增强学习使用。汉诺塔(q learning to write hanoi tower)
- 2013-12-12 16:30:59下载
- 积分:1
-
PAPR_FBMC
Numbering Programme for PAPR factor FBMC system.
- 2015-02-27 04:18:09下载
- 积分:1
-
duanshi1
matlab编程的短时傅里叶变换典型实例,供大家参考。(short-time Fourier transform matlab programming typical examples for your reference.)
- 2014-01-18 22:16:30下载
- 积分:1