代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/414751/11103666

m results.m

%---------------------------------------------------------------- % The FDC toolbox - Matlab macro RESULTS % ====================================== % RESULTS.M is a Matlab macro, wich creates time-
www.eeworm.com/read/134897/13970626

m results.m

%---------------------------------------------------------------- % The FDC toolbox - Matlab macro RESULTS % ====================================== % RESULTS.M is a Matlab macro, wich creates time-
www.eeworm.com/read/100395/15874865

html explode.html

Newmat09 - explode How to overcome an explosion in number of operations next - skip -
www.eeworm.com/read/392007/8368464

m results.m

% RESULTS - processes aircraft simulation results % % The Matlab macro RESULTS creates time-trajectories of individual inputs % to and outputs from the Beaver model. It can be used after running
www.eeworm.com/read/192030/8410945

m uminus.m

function Q = uminus(P) % UMINUS -- unary minus for matrix polynomials % % Q = - P % Q = uminus(P) % % This routine is not meant to be called by the user. It is called by % Matla
www.eeworm.com/read/191566/8428195

m dist2.m

function n2 = dist2(x, c) %DIST2 Calculates squared distance between two sets of points. % % Description % D = DIST2(X, C) takes two matrices of vectors and calculates the % squared Euclidean distance
www.eeworm.com/read/388072/8637702

m eofssa.m

function [Angles,Angles2]=EOFssa(A,B); % This function operates on two orthogonal matrices (each forming a % subspace of Rn). First the angle between the first colomn of each matrix % is determine
www.eeworm.com/read/386050/8767384

m gauss.m

%GAUSS Generation of a multivariate Gaussian dataset % % A = GAUSS(N,U,G,LABTYPE) % % INPUT (in case of generation a 1-class dataset in K dimensions) % N Number of objects to be generated (d
www.eeworm.com/read/386050/8768157

m nbayesc.m

%NBAYESC Bayes Classifier for given normal densities % % W = NBAYESC(U,G) % % INPUT % U Dataset of means of classes % G Covariance matrices (optional; default: identity matrices) % % OUTP
www.eeworm.com/read/385844/8786553

c matmult.c

/* matmult.c * Test program to do matrix multiplication on large arrays. * * Intended to stress virtual memory system. * * Ideally, we could read the matrices off of the file system, *