代码搜索:eigenvector

找到约 273 项符合「eigenvector」的源代码

代码结果 273
www.eeworm.com/read/135779/13900622

m example75_eigenvector.m

%%%example75_eigenvector %%the feature of image c1=W'*b0(:,1); c2=W'*b0(:,2); figure('name','两幅图像的特征值','numbertitle','off'); plot(x,c1,'-',x,c2,'-.');
www.eeworm.com/read/135754/13902113

m example76_eigenvector.m

%%%example_figure %%%%imread the image samples figure('name','实验图像的特征提取','numbertitle','off'); %to look the primary components of the first sample %and to see the target curve y=W*b0; i=1:5;
www.eeworm.com/read/135754/13902675

m example75_eigenvector.m

%%%example75_eigenvector %%the feature of image c1=W'*b0(:,1); c2=W'*b0(:,2); figure('name','两幅图像的特征值','numbertitle','off'); plot(x,c1,'-',x,c2,'-.');
www.eeworm.com/read/199306/7868311

m maxev.m

% 求一个方阵的最大特征值及其对应的特征向量 % version 1.0 % MaxEV 函数开始 function [Max_Eigenvector,Max_Eigenvalue] = MaxEV(Matrix) [lineCount,columeCount] = size(Matrix); if lineCount ~= columeCount messag
www.eeworm.com/read/367160/9769896

f shsein.f

SUBROUTINE SHSEIN( SIDE, EIGSRC, INITV, SELECT, N, H, LDH, WR, WI, $ VL, LDVL, VR, LDVR, MM, M, WORK, IFAILL, $ IFAILR, INFO ) * * -- LAPACK ro
www.eeworm.com/read/367160/9772511

f dhsein.f

SUBROUTINE DHSEIN( SIDE, EIGSRC, INITV, SELECT, N, H, LDH, WR, WI, $ VL, LDVL, VR, LDVR, MM, M, WORK, IFAILL, $ IFAILR, INFO ) * * -- LAPACK ro
www.eeworm.com/read/192034/8410519

m mpc.m

function [A]=mpc(X,E) % Syntax: [A]=mpc(X,E); % This function calculates the MSSA principal components of the data % matrix X from the eigenfunction matrix E (from MSSAEIG). % The eigenve
www.eeworm.com/read/291439/8418814

m eigen_sib.m

% The name of the M-file is:eigen_sib.m % This M-file creates a figure window and plots the absolute value of magnitudes of % right eigenvectors of the system matrix(Asys) and Jacobian matrix of th