代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/367553/9742765
m air3m.m
function [X0,U0]=air3m(name,V,H,G)
% [X0,U0]=air3m(name,V,H,G) finds aircraft trim condition
%
% For each entry in the matrices V,H,G (speed,altitude,gamma)
% the function finds the correspondin
www.eeworm.com/read/265706/11256049
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/334076/12642760
m fstrvcat.m
function a=fstrvcat(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)
%FSTRVCAT Form matrix from individual vectors and matrices.
% AOUT = FSTRVCAT(A1,A2,A3,..) forms the matrix AOUT containing the
% vectors
www.eeworm.com/read/134016/14012259
m conv2fft.m
function [out] = conv2fft(z1,z2,shape,shape2)
%CONV2FFT FFT-based two dimensional convolution.
% C = CONV2FFT(A, B) performs the 2-D convolution of matrices
% A and B. If [ma,na] = size(A)
www.eeworm.com/read/389692/8507173
m combine.m
function a=combine(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)
%COMBINE Form matrix from individual vectors and matrices.
% AOUT = COMBINE(A1,A2,A3,..) forms the matrix AOUT containing the
% vectors A1
www.eeworm.com/read/178061/9420909
m fac2let.m
function [A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,X,Y,Z]=fac2let(Factors,DimX);
%FAC2LET Convert 'Factors' to component matrices
%
% Copyright
% Claus A. Andersson 1995-1997
% Chemometrics
www.eeworm.com/read/359005/10171549
m combine.m
function a=combine(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)
%COMBINE Form matrix from individual vectors and matrices.
% AOUT = COMBINE(A1,A2,A3,..) forms the matrix AOUT containing the
% vectors A1
www.eeworm.com/read/458661/7291883
m blockmat.m
% blockmat.m - manipulate block matrices
%
% Usage: Z = blockmat(d1,d2,N,M) create a (d1*N)x(d2*M) matrix of zeros
% A = blockmat(d1,d2,n,m,Z) extract (n,m) submatrix of Z
% Y = bl
www.eeworm.com/read/241323/13156465
m binom.m
function f=binom(x,y)
%> calculates the binomial coefficient
%> (x over y) = gamma(x+1)/gamma(y+1)/gamma(x-y+1)
%> x,y matrices of same dimension, or one scalar,
%> x-1,y-1,x-y-1 must ha
www.eeworm.com/read/315751/13536844
m blockmat.m
% blockmat.m - manipulate block matrices
%
% Usage: Z = blockmat(d1,d2,N,M) create a (d1*N)x(d2*M) matrix of zeros
% A = blockmat(d1,d2,n,m,Z) extract (n,m) submatrix of Z
% Y = bl