-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1
-
sortdat
能读取具有位置和机动信息的雷达数据,并将其按地址存储!(read and store the radar data!)
- 2011-09-08 21:25:49下载
- 积分:1
-
glbe
this is a MATLAB code for lattice boltzmann poisselus flow modeling
- 2010-08-12 04:36:24下载
- 积分:1
-
houghlines
hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解。。。(hough transform for line detection, computer vision for beginners, easy to understand. . .)
- 2010-10-27 10:11:33下载
- 积分:1
-
matlabyinqingwithc++.cpp
利用VC++6.0集成编程界面编写综合运用MAT数据文件和MATLAB引擎技术的(求矩阵的奇异值)C++源码程序。本程序说明了:1.如何利用VC++6.0集成编程界面编写源码程序;2.编译链接产生EXE文件所需的间夹文件。注意:要将压缩包内除matlabyinqingwithc++.cpp的所有文件都要拷贝到matlabyinqingwithc++.cpp的“任务文件夹下”。(Use VC++ 6.0 integrated programming interface MAT preparation of comprehensive use of data files and MATLAB engine technology (the singular value matrix) C++ Source procedures. This procedure describes: 1. How to use VC++ 6.0 integrated programming interface to prepare source procedures 2. Compiler generated EXE file the necessary link between the document folder. NOTE: In addition to compression packages matlabyinqingwithc++. Cpp must copy all the files to matlabyinqingwithc++. Cpp s mission folder. )
- 2008-06-24 11:38:00下载
- 积分:1
-
2D
说明: 用MATLAB开发的程序代码,模拟电磁波在二维空间的传播特征。(With the MATLAB code developed to simulate the spread of electromagnetic waves in two-dimensional feature space.)
- 2021-01-19 10:28:43下载
- 积分:1
-
Solving-nonlinear-equations-with-Newtons-method
Kelley C.T. Solving nonlinear equations with Newton s method
- 2014-08-27 01:23:41下载
- 积分:1
-
CHENJIANG
卡尔曼滤波灰色理论在变形监测中的预测预报(Calman filter grey theory in prediction of deformation monitoring)
- 2018-05-20 10:24:44下载
- 积分:1
-
lengpan
详细画出了时域和频域的相关图,包括面积、周长、矩形度、伸长度,采用的是脉冲对消法。( Correlation diagram shown in detail the time domain and frequency domain, Including the area, perimeter, rectangular, elongation, It uses a pulse of consumer law.)
- 2016-07-30 23:04:57下载
- 积分:1
-
EM-GMM
利用EM算法实现高斯混合模型的优化,完成特征建模(Use of EM Algorithm to to achieve the the the optimization of of the Gaussian mixture model, to complete the Feature Modeling)
- 2012-06-05 23:12:03下载
- 积分:1