代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/473219/6849182

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/193277/8241847

m mpt_detect_fixed_rows.m

function [equalities,redundant] = mpt_detect_fixed_rows(Matrices) A = [ Matrices.G -Matrices.E]; b = Matrices.W; lb = Matrices.lb; ub = Matrices.ub; fixed = find(lb == ub); if ~isempty(fixed
www.eeworm.com/read/193277/8242555

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/193277/8242807

m see.m

function see(X) % SEE (overloaded) % Author Johan L鰂berg % $Id: see.m,v 1.2 2006/07/13 19:40:59 joloef Exp $ disp('Constant matrix');disp(' ') disp(full(getbasematrix(X,0))) disp('Base matri
www.eeworm.com/read/193277/8243383

m see.m

function see(X,showfull) %SEE Displays internal structure of variable % % Shows the base matrices that build up the variable % % X = X0+x_1*X1+x_2*X2+... % % SEE(X) Disp
www.eeworm.com/read/294203/8246569

m test_svdj.m

function test_svdj % Test code for the svdj function. % This function works on real, complex and quaternion matrices, % so we need to test it on more than just quaternions. % Copyright
www.eeworm.com/read/266102/11240332

m s1s2sc.m

% MATLAB function s1s2sc.m calculates the % joint S matrix, SC, of two cascaded networks % whose scattering matrices are denoted by S1 and S2, % respectively. % Since the first network, NET1, has
www.eeworm.com/read/134087/14008880

c cas1.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *
www.eeworm.com/read/134087/14009050

c cas.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *
www.eeworm.com/read/203170/15364473

c cascade_realization.c

/* cas.c - IIR filtering in cascade of second-order sections */ double sos(); /* single second-order section */ double cas(K, A, B, W, x) int K; double **A, **B, *