代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/308125/13707537

txt (svm)[matlab].txt

支持向量机(SVM)实现的分类算法源码[matlab] 程序代码: (代码标记 [code]...[/code] ) function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ... perturb,normalize); % LSVM Langrangian Support Vector
www.eeworm.com/read/305575/13765573

m mat2table.m

function[str]=mat2table(x,prec) %MAT2TABLE Converts a matrix of numbers into a LaTeX-style table. % % STR=MAT2TABLE(MAT,PREC) converts a matrix of numbers into a string % matrix. Columns of MAT a
www.eeworm.com/read/305575/13765621

m jstrings.m

% % JSTRINGS Strings and groups of strings % % Manipulations of groups of strings % flushleft - Makes a blank-padded string matrix flush on the left. % flushright - Makes a blank-padded s
www.eeworm.com/read/305390/13772317

m uptrbk.m

function X = uptrbk(A,B) %Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix %Output - X is an N x 1 matrix containing the solution to AX=B. % NUMERICAL METHODS: Matlab P
www.eeworm.com/read/305390/13772320

m lufact.m

function X = lufact(A,B) %Input - A is an N x N matrix % - B is an N x 1 matrix %Output - X is an N x 1 matrix containing the solution to AX = B. % NUMERICAL METHODS: Matlab Programs % (
www.eeworm.com/read/305190/13777305

m orthproj.m

function y = orthproj(A,B) %ORTHPROJ Orthogonal projection onto a subspace. % % ORTHPROJ(A,B) projects the row vectors of matrix A onto the subspace % spanned by the row vectors of matrix B.
www.eeworm.com/read/304373/13795426

m mext.m

function MM = mext(MM) % @MEAS/MEXT - Extract the discrete support of a measure % from its moment matrix % % The command M = MEXT(M) attempts to extract the discrete support % of measure M from its mo
www.eeworm.com/read/304061/13802259

txt 例1.1.txt

例1.1 >>s='matrix laboratory'; s= matrix laboratory >> size(s) % size查看数组的维数 ans= 1 17
www.eeworm.com/read/303042/13823318

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/302615/13831197

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