代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/266820/11211845

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/266642/11216469

m randintr.m

function A = randintr(m,n,k,r) % ATLAST65中生成给定阶、给定秩的整数矩阵的子程序randintr % % 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 argume
www.eeworm.com/read/411401/11246807

m contents.m

% Functions for solving the EIT forward problem in 2D % % FEM integrals for the linear triangular elements % % grinprodgaus - Computes the integral of the product of the gradients in 2D FEM % bo
www.eeworm.com/read/265721/11255658

m ldatrace.m

function [a,f,B,W]=ldatrace(b,w,n,c) %LDATRACE Calculates an LDA transform to maximize trace discriminant [a,f,B,W]=(b,w,n,c) % If a feature vector X can come from one of several class and W and B a
www.eeworm.com/read/265706/11256106

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/265447/11264164

html dep-h.html

Linear Dependence in Parity Check Matrices Linear Dependence in Parity Check Matrices If a code is specified by means of a M by
www.eeworm.com/read/249847/12465818

m cascade.m

% Cascade model %Reference: % Flores, Claudia, Multiplicative cascade models for rain in % hydro-meteorological disasters risk management % Begin m=4; % This is the mass to be distributed alo
www.eeworm.com/read/148257/12479815

m contents.m

% ATLAST M-files to accompany the book % ATLAST Computer Exercises for Linear Algebra, Second Edition % Edited by Steven Leon, Eugene Herman, and Richard Faulkenberry % Prentice-Hall Publishing Com
www.eeworm.com/read/148257/12479821

m nmatrix.m

function N=Nmatrix(n) % The command N=Nmatrix(n) generates % a matrix of 0's and 1's whose nonzero % entries are in the form a letter N, % that is, the first and last columns % and the main diago
www.eeworm.com/read/148257/12479850

m consec.m

function A=consec(n) % The command A=consec(n) will generate an nxn matrix whose % entries are the consecutive integers from 1 to n^2. The % first row will be [1, 2, ..., n], the second row will