代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/450608/7480083

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/449504/7502519

m blockdiag.m

function M=blockdiag(varargin) % PURPOSE: Construct a block-diagonal matrix with the inputs on the diagonals. % e.g. blockdiag(a,b,c) generates [a 0 0;0 b 0;0 0 c] where the zero-matrices are % o
www.eeworm.com/read/448535/7531497

m lsdata.m

% Make least-squares data matrices % Copyright 1999 by Todd K. Moon xin = [1 -2 3 -4 5]' n = 3; % # of filter weights N = length(xin) % make the covariance data Xcv = []; for i=1:n % loo
www.eeworm.com/read/441245/7672628

m mds_stress.m

%MDS_STRESS - Sammon stress between dissimilarity matrices % % E = MDS_STRESS(q,Ds,D) % % INPUT % q Indicator of the Sammon stress; q = -2,-1,0,1,2 % Ds Original distance matrix % D App
www.eeworm.com/read/439686/7703010

m krb.m

function AB = krb(A,B); %KRB Khatri-Rao product % % The columnwise Khatri-Rao-Bro product (Harshman, J.Chemom., 2002, 198-205) % For two matrices with similar column dimension the khatri-Rao-Bro p
www.eeworm.com/read/299172/7881464

c 12-4.c

#include #include #include #include “pt.h” /*自定义头文件*/ #define NTHREADS 4 /* global data area */ int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/197958/7960867

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/196814/8058853

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)
www.eeworm.com/read/332234/12772383

c 12-4.c

#include #include #include #include “pt.h” /*自定义头文件*/ #define NTHREADS 4 /* global data area */ int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/244945/12829644

m sort.m

%列状数据升序排列 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % sort(A) % %SORT Sort in ascending order. % For vectors, SORT(X) sorts the elements of X in ascending order. % For matrices, SORT(X)