代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/137160/13342576

m kcentres.m

%KCENTRES Finds K center objects from a distance matrix % % [LAB,J,DM] = KCENTRES(D,K,N,FID) % % INPUT % D Distance matrix between, e.g. M objects (may be a dataset) % K Number of center
www.eeworm.com/read/136681/13366780

m myhilb.m

function[A,B]=myhilb(n,m) % MYHILB 生成一个Hilbert矩阵 % [A,B]=myhilb(n,m) % where % n,m are size of the Hilbert matrix,if only one % argument given,then a square matrix is generated % A is the Hil
www.eeworm.com/read/136681/13366786

m myhilb1.m

function[A,B]=myhilb(n,m) %问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行 %第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点: %1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n %2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方, % 即B=A'A %3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/136680/13367045

m lsvm.m

function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ... perturb,normalize); % LSVM Langrangian Support Vector Machine algorithm % LSVM solves a support vector machine
www.eeworm.com/read/321295/13409416

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/321295/13409428

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/321295/13409436

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
www.eeworm.com/read/320711/13419712

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/320711/13419724

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/320711/13419731

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