代码搜索:eigenvector

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

代码结果 273
www.eeworm.com/read/289743/8529950

m kernel_function.m

function y = kernel_function(v, X, center, kernel, param1, param2, type) %KERNEL_FUNCTION Computes sum of (K * X) where X is a possible eigenvector % % y = kernel_function(v, X, center, kernel, para
www.eeworm.com/read/282683/9074184

m kernel_function.m

function y = kernel_function(v, X, center, kernel, param1, param2, type) %KERNEL_FUNCTION Computes sum of (K * X) where X is a possible eigenvector % % y = kernel_function(v, X, center, kernel, para
www.eeworm.com/read/178768/9385756

m plot2dgaussian.m

function plot2DGaussian(m, M, col) if nargin
www.eeworm.com/read/244800/12842954

m kernel_function.m

function y = kernel_function(v, X, center, kernel, param1, param2, type) %KERNEL_FUNCTION Computes sum of (K * X) where X is a possible eigenvector % % y = kernel_function(v, X, center, kernel, para
www.eeworm.com/read/259886/11759837

m nnd6eg.m

function nnd6eg(cmd,data) %NND6EG Eigenvector game. % Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc. % $Revision: 1.7 $ % BRING UP FIGURE IF IT EXISTS me = 'nnd6eg'; fi
www.eeworm.com/read/248077/4470973

m ex4_2.m

% EX4_2.M Simple example of A*x=lam*x % to test Example 4.2 clear A=[3 1;1 3] x=[1 -1]' % Example eigenvector y=A*x % Check results y1=2*x % y1=y?
www.eeworm.com/read/377948/9256254

m nnd6eg.m

function nnd6eg(cmd,data) %NND6EG Eigenvector game. % BRING UP FIGURE IF IT EXISTS me = 'nnd6eg'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nargin == 0, cmd =
www.eeworm.com/read/361257/10062646

m nnd6eg.m

function nnd6eg(cmd,data) %NND6EG Eigenvector game. % BRING UP FIGURE IF IT EXISTS me = 'nnd6eg'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nargin == 0, cmd =
www.eeworm.com/read/351010/10688205

m nnd6eg.m

function nnd6eg(cmd,data) %NND6EG Eigenvector game. % BRING UP FIGURE IF IT EXISTS me = 'nnd6eg'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nargin == 0, cmd =
www.eeworm.com/read/158963/10707343

m nnd6eg.m

function nnd6eg(cmd,data) %NND6EG Eigenvector game. % BRING UP FIGURE IF IT EXISTS me = 'nnd6eg'; fig = nnfgflag(me); if length(get(fig,'children')) == 0, fig = 0; end if nargin == 0, cmd =