代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/362500/9996046

m writein2.m

function [u2,y2] = writein2(u,y,n); %WRITEIN2 Writes input and output matrices for dynamic model identificaton % This function writes files from process input and output vectors % that are the di
www.eeworm.com/read/164554/10103425

m sincdif.m

function [x, DM] = sincdif(N, M, h) % The function [x, DM] = sincdif(N, M, b) computes sinc the % differentiation matrices D1, D2, ..., DM on equidistant points. % % Input: % N: Number of poin
www.eeworm.com/read/358903/10176400

m m_line.m

function h=m_line(long,lat,varargin); % M_LINE Create a line on a map % M_LINE(LONG,LAT) adds the line in vectors LONG and LAT to the % current axes. If LONG and LAT are matrices the same size,
www.eeworm.com/read/357514/10207300

m updown.m

function [lamd,lamu] = updown(thk,cvp,cvs,om,k,z,layer) % This function calculates the up-going and down-going matrices for the P-SV case % Note that the function psv also calculates up-going and
www.eeworm.com/read/424281/10473106

todo

* dlae2.f has better handling of 2x2 eigenvalues than our qrstep.c * Document Jacobi eigen function, in particular that it only works for symmetric matrices. * add support for nonsymmv left eigenv
www.eeworm.com/read/278154/10563202

dat matrx1.dat

MATRICES FOR INPUT TO TEST ROUTINES Size of matrix (NxN), Number of solutions: 3 2 Matrix A: 1.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 3.0 Solution vectors: 1.0 0.0 0.0 1.0 1.0 1.0 NEXT PROBLEM Size
www.eeworm.com/read/420859/10770599

m sys2latex.m

%SYS2LATEX:Convierte sistemas din醡icos, y matrices en un String dado en % la sintaxis LaTeX. % Prototipo de la Funci髇:[texto]=sys2latex('Modo',Inputs)
www.eeworm.com/read/301544/6962356

m ggrnd.m

function r = ggrnd(m,a,b,n1,n2); %GGRND Random matrices from generalized Gaussian distribution. % R = GGRND(M,A,B) returns a matrix of random numbers chosen % from the generalized Gaussian d
www.eeworm.com/read/458493/7295559

m democontour.m

% demoContour Demonstration of a contour plot xg = linspace(-5,5,20); % grid vector [X,Y] = meshgrid(xg,xg); % Create matrices of X and Y values Z = 2 - X.^2 - Y.^2; % Vectorized e
www.eeworm.com/read/458488/7295984

m democontour.m

% demoContour Demonstration of a contour plot xg = linspace(-5,5,20); % grid vector [X,Y] = meshgrid(xg,xg); % Create matrices of X and Y values Z = 2 - X.^2 - Y.^2; % Vectorized e