搜索资源列表
ARfit
- Matlab工具箱实现多变量回归模型的参数估计与特征值-Matlab Toolbox multivariable regression model parameter estimation and eigenvalue
MATLAB-Ch8Eigenvalue
- 此为《MATLAB教程》的第八章:特征值和特征向量。该书内容翔实,深入浅出,不可多得。
Matlab算法大全
- 非常全面的matlab算法,一共有14章,包括差值,函数逼近,矩阵特征值计算,数值微积分,方程求根,随机数生成,数据统计和分析等,全部都是算法的matlab原码实现,值得学习!
有限元特征值问题的MATLAB源程序
- 以上的MATLAB代码是用来求解椭圆特征值问题的,是用有限元的计算方法来编程的,计算结果全部正确,符合我们有限元的理论。
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
矩阵特征值的Householder方法
- 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
pca
- 运用pca算法降维,提取主要特征值,从而达到降维目的-Dimensionality reduction using pca algorithm, extract the main features of the value of
tezhengzhijisuan
- 特征值计算的几种算法,包括所有源程序,请多多指教!-Several eigenvalue calculation algorithm, including all source code, please advice!
matlab
- 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
MATLAB-language
- 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
提取脑电的特征值
- 用matlab程序提取脑电肌电等信号的时域及频域特征值。
雅克比法求对称矩阵的特征值
- 经典Jacobi方法求解对称矩阵特征值(MATLAB描述),本函数使用经典Jacobi方法来计算一个对称矩阵的特征值(Classical Jacobi method for solving symmetric matrix eigenvalue (MATLAB descr iption), this function uses the classical Jacobi method to calculate the eigenvalues of a symmetric matrix)
第6章 矩阵特征值计算
- 用于矩阵特征值计算,该方法是最基本的算法(For matrix eigenvalue calculation)
MATLAB求解矩阵的特征值 源程序代码
- MATLAB求解矩阵的特征值 源程序代码(MATLAB to find the eigenvalue source code of the matrix)
matlab matrix Eigenvalue calculation
- 矩阵特征值计算,不同精度,不同迭代步数,收敛速度计算(Matrix eigenvalue calculation)
层次分析法求特征值与特征向量
- 层次分析法来求得任何一个矩阵的特征值,特征向量,归一化向量(The analytic hierarchy process (AHP) is used to obtain the eigenvalues, eigenvectors and normalization vectors of any matrix)
HRV Features Extract by Matlab
- 本代码可用来提取计算心率变异性非线性域特征值(SampEnVal, AlphaDFA, AlphaDFA1, AlphaDFA2 )(Extract Nonlinear features of HRV. %Inputs: RRI = inter-beat interval (s) and time locations (s) % opt = analysis options from gui % %Outputs: output
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353 10.3.2 基本Jacobi法 358 10.
matlab表情识别
- Matlab表情识别,特征脸[1 ]作为面部表情分类的方法。首先,利用训练图像创建低维人脸空间(pca)。这是通过训练图像集主成分分析(PCA)及图片主成分分析(即具有较大特征值的特征向量)获得的。 结果,所有的测试图像以所选择的主成分表示,计算投影图像与所有投影列车图像的欧几里得距离,选择最小值以找出与试验图像最相似的训练图像。(The feature face [1] is used as a facial expression classification method. Firstly,
matlab特征值与特征向量数值计算的14个例子代码
- matlab特征值与特征向量的计算有14个例子代码(There are 14 example codes for calculating matlab eigenvalues and eigenvectors)