-
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
-
concavefalt2
平凹腔激光模式计算程序,利用边界元方法计算,matlab编程!(concave cavity laser mode procedures, the use of the boundary element method, the Matlab programming!)
- 2006-07-03 19:38:33下载
- 积分:1
-
Simplexalgorithm
单纯形法,求解线性规划问题的通用方法。这里给出其Matlab源程序(Simplex method for solving linear programming problems common method. Here are its Matlab source)
- 2013-09-13 11:54:53下载
- 积分:1
-
ECG-METHOD
有关心电去噪处理的论文,不错的文章,写的很仔细(Are concerned about the power denoising papers, good article, very carefully written)
- 2011-12-21 11:37:01下载
- 积分:1
-
bdb
常用软件包,可以保存,做为日常函数调用,比较通用(Commonly used software packages, can be preserved as a day-to-day function call to compare GM)
- 2009-02-02 12:31:36下载
- 积分:1
-
asli
2D FDTD of a region with Mur s absorbing boundary condition (ABC)
- 2014-11-24 06:20:28下载
- 积分:1
-
2dheatconductionproblem
2d heat conduction problem in matlab
- 2010-06-04 20:12:19下载
- 积分:1
-
cdmamdem
cdma code in matlab it is cdma receiver and transmiter.
- 2009-06-29 19:39:17下载
- 积分:1
-
Project1
改进节点法建立MNA方程 matlab算法,附有设计文档(Modified nodal equations matlab algorithm established by MNA)
- 2021-01-04 21:19:00下载
- 积分:1
-
EFC
该程序用于研究金属介质三维频率的有效介质理论,易于结果的实现。(The procedures for the effective medium theory of 3D metal medium frequency, easy realization results.)
- 2015-03-13 07:21:18下载
- 积分:1