当前位置:
首页
资源下载

搜索资源 - matlab eigen value
搜索资源列表
-
0下载:
Matlab 实现 一维 PCA 压缩解压 图像,可以设置 eigen value 数目,观看压缩结果。-Matlab to achieve one-dimensional PCA-extracting compressed images, the number of eigen value can be set to watch the results of compression.
-
-
0下载:
2-dimensional PCA implementation for different mean. Using highest eigen value to project the data.
-
-
0下载:
eigen value decomposition method for acoustic source localization Matlab source codes
-
-
0下载:
Eigen value - Eigen vector - Matlab code
-
-
0下载:
This source code in Matlab calculate the Eigen value of a matrix using Rayleigh's Method.
-
-
0下载:
Computing eigenvalues by sampling the determinant
-
-
1下载:
C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算.
并在 Source.cpp中附有使用例子代码,方便读者快速上手。
经本人测试,完全可以运行,放心使用。
对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
-