-
matlab
介绍MATLAB曲线拟合功能,并通过绘制弯矩图的实际例子说明它在有限元绘图中的应用(Introduction MATLAB curve fitting function, and moment diagram by drawing the actual examples of it in the drawing of the finite element)
- 2010-09-17 23:55: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
-
WirelessLocation
关于无线定位解算的算法,包括TDOA、AOA解算过程。(About Wireless Location solver algorithms, including TDOA, AOA solving process.)
- 2015-12-04 09:41:22下载
- 积分:1
-
radar_edition2
雷达系统的MATLAB分析与仿真(2)为雷达系统分析与设计书中的代码(Radar Systems Analysis and Simulation of MATLAB (2) for the radar system analysis and design of the code book)
- 2010-05-28 17:56:51下载
- 积分:1
-
fa_ndim
This is firefly algorithm which is implemented in matlab. The algorithm is well-known, and apply in many optimal areas and outperform GA and PSO
- 2013-11-28 11:05:44下载
- 积分:1
-
matlab.yinqing
用VC++和MATLAB的混合编程可以实现很多强大的功能,本例即是其中用MATLAB引擎实现的方法之一(With VC++ And MATLAB programming can be a mixture of many powerful features, that is, in this case is one of MATLAB engine using one of the ways to realize)
- 2008-05-07 13:25:14下载
- 积分:1
-
Hough-Circle-Detection
基于hough变换的圆形检测,非常好用。(Based on hough transform circle detection, very easy to use.)
- 2010-09-16 22:33:52下载
- 积分:1
-
bocc
BOC信号调制的源码,及BPSK产生信号的源码(BOC signal modulation of the source, and the BPSK signal source generating)
- 2011-04-26 10:10:12下载
- 积分:1
-
psnr
计算两幅图像峰值信噪比的matlab函数(Calculate PSNR of two images of the matlab function)
- 2010-08-30 02:21:13下载
- 积分:1
-
ringresonator_fsr
this mfile is for FSR (F-P) about ringresonator
- 2012-03-31 11:14:45下载
- 积分:1