-
SolveEigenvalue
自己编写的程序,用jacobi方法来求解对称矩阵的特征值还有用OR算法以及反幂法来求解特征值。(I have written procedures, with jacobi method to solve the symmetric matrix eigenvalue algorithm have to use OR as well as anti-power-law to solve the eigenvalue.)
- 2009-03-27 11:39:46下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
junzhi_suifuzhibian
说明: 用在matlab的simulink中对函数求平均值的仿真(used in Matlab Simulink function of the average for the simulation)
- 2005-12-05 20:09:11下载
- 积分:1
-
geom3d-2018.07.26
用于产生三维多面体,可以任意多点直接产生多面体。(To build any random polytope by using diots.)
- 2018-11-28 20:10:13下载
- 积分:1
-
DPC
说明: 我不太会用matlab,这就是一个用过来实现DPC的算法(Implementation of DPC)
- 2019-03-15 08:37:16下载
- 积分:1
-
ISD_v1.1
it is Threshold-ISD algorithm
- 2009-11-30 20:49:14下载
- 积分:1
-
lle
Locally-Linear Embedding (LLE)[9] was presented at approximately the same time as Isomap. It has several advantages over Isomap, including faster optimization when implemented to take advantage of sparse matrix algorithms, and better results with many problems. LLE also begins by finding a set of the nearest neighbors of each point. It then computes a set of weights for each point that best describe the point as a linear combination of its neighbors. Finally, it uses an eigenvector-based optimization technique to find the low-dimensional embedding of points, such that each point is still described with the same linear combination of its neighbors. LLE tends to handle non-uniform sample densities poorly because there is no fixed unit to prevent the weights from drifting as various regions differ in sample densities. LLE has no internal model.
- 2011-01-23 02:12:31下载
- 积分:1
-
prova_WIM2_2D_2
we construire the WINNER channel with plusieur transmetteurs and receivers
- 2011-05-27 01:26:36下载
- 积分:1
-
Matlab-Programming-for-Engeering
《Matlab编程》书电子档,详细阐述了如何使用Matlab编程、程序编制以及注意事项,是一本不可多得的好书(" Matlab programming" in digital format, described in detail how to use the Matlab programming, programming and precautions, is a rare books)
- 2011-06-08 15:18:56下载
- 积分:1
-
bandfilter
带通滤波器,用于信号处理,有效可用,仿真有效(Band pass filter, used for signal processing, is available.)
- 2018-09-19 15:06:24下载
- 积分:1