代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/148257/12479890

m hmatrix.m

function H=Hmatrix(n); % Hmatrix(n) is a matrix of 0's and 1's whose % nonzero are in the form of the letter H. % The first and last columns and the middle row % of the matrix consist of 1's. Th
www.eeworm.com/read/148257/12479913

m randintr.m

function A = randintr(m,n,k,r) % RANDINTR(m,n,k,r) is an m by n matrix of rank r % with integer entries in the interval [-k:k]. % If less than three arguments are used the default % value of k is
www.eeworm.com/read/249499/12491156

rd kernelpls.fit.rd

%% $Id: kernelpls.fit.Rd 132 2007-08-24 09:21:05Z bhm $ \encoding{latin1} \name{kernelpls.fit} \alias{kernelpls.fit} \title{Kernel PLS (Dayal and MacGregor)} \description{Fits a PLSR model with the ke
www.eeworm.com/read/248950/12531294

c invspd.c

/* invspd.c: Do an "in place" inversion of a real square symmetric positive * definite matrix "a" of size "n" by "n" and return log of it's determinant. * * The function only looks at elements on o
www.eeworm.com/read/248605/12550599

m dctm_two.m

%this program is for the call of the dct transform matrix of type -11 function dctm=dctm(n) for p=0:(n-1) for q=0:(n-1) t(p+1,q+1)=1/n^(1/2); end end for p=1:(n-1) for q=0:(n-1
www.eeworm.com/read/334923/12562310

m makeay.m

function [Ay, by] = makeAy(baseMVA, ng, gencost, pgbas, qgbas, ybas) % makeAy: Make the A matrix and RHS for the CCV formulation. % % [Ay, by] = makeAy(baseMVA, ng, gencost, pgbas, qgbas, ybas) con
www.eeworm.com/read/334860/12568179

m findp.m

function P = findp(A); %FINDP Nonsingular basis permutation matrix. % P = FINDP(A) locates a permutation matrix such that % the leading square matrix is nonsingular.If A has % more column
www.eeworm.com/read/334675/12580933

m anal1.m

function [E,Nc,mCe,mC,T] = anal1(M,D,st,s); % % Ph.D. Thesis % Copyright by Leandro Nunes de Castro % March, 2000 % Immune Network (iNet) - Description in iNet.doc % Function determines the Mi
www.eeworm.com/read/334675/12580959

m anal3.m

function [E,Nc,mC,T] = anal3(M,D,st,s); % % Ph.D. Thesis % Copyright by Leandro Nunes de Castro % March, 2000 % Immune Network (iNet) - Description in iNet.doc % Function determines the Minima
www.eeworm.com/read/334675/12580984

m analysis.m

function [E,bE,Nc,mCe,mC,T,U] = analysis(M,D,st,s); % % Ph.D. Thesis % Copyright by Leandro Nunes de Castro % March, 2000 % Immune Network (iNet) - Description in iNet.doc % Function determine