代码搜索:eigenvector

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

代码结果 273
www.eeworm.com/read/464432/7162999

html eigenvector.html

www.eeworm.com/read/464432/7163005

html eigenvector.html

www.eeworm.com/read/312622/13607508

txt eigenvector2.txt

#include #include #define n 3 int sgn(double x) { int h; if(x>0)h=1; if(x
www.eeworm.com/read/389274/8536816

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/389274/8537780

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/397761/8023171

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/397761/8024062

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/492695/6419414

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/492695/6419647

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/135779/13899945

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;