代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/138987/13197392

m t_jacobian.m

function t_jacobian(quiet) %T_JACOBIAN Numerical tests of partial derivative code. % MATPOWER % $Id: t_jacobian.m,v 1.2 2004/08/23 20:59:46 ray Exp $ % by Ray Zimmerman, PSERC Cornell % Copy
www.eeworm.com/read/138798/13211602

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/316047/13531147

m rpvmake.m

% RPVMAKE Make RPV state-space model in workspace and on disk. % % This is a script file which creates the state-space matrices of the % RPV model given in the Appendix of 'Multivariable Feedback
www.eeworm.com/read/316047/13531151

m faddf.m

function fout=faddf(w,f1,f2) %FADDF Add two MVFR matrices % FADDF(W,F1,F2) adds F1 and F2 % F1 and F2 are both MVFR matrices % and W the associated frequency vector. % Se
www.eeworm.com/read/315461/13541913

m ch11_d.m

% Design the feedback gain matrix for the cart with inverted % pendulum example. This example follows the procedure % outlined in Example 2-3 of "Designing Linear Control % Systems with MATLAB", by K.
www.eeworm.com/read/305575/13765369

m matmult.m

function[y]=matmult(m,x,n,str) %MATMULT Matrix multiplication for arrays of 2 x 2 matrices. % % Y=MATMULT(M,X,N) where M and X are 2 x 2 matrices, returns % % Y=M*X*N % % which is the usu
www.eeworm.com/read/140283/5793100

m loadtrset.m

% annie - Neural Network Library for C++ % http://annie.sourceforge.net/ % asimshankar@users.sourceforge.net % % Last Modified On : % January 12, 2003 % % Author(s): % Asim Shankar % % This
www.eeworm.com/read/126430/6016336

c xqrdcmp.c

/* Driver for routine qrdcmp */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 main() { int i,j,k,l,m,n,sing; float con,**a,*c,*d,**q,**qt,**r,
www.eeworm.com/read/126430/6016366

c xludcmp.c

/* Driver for routine ludcmp */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 main() { int j,k,l,m,n,dum,*indx,*jndx; float d,**a,**xl,**xu,**
www.eeworm.com/read/126430/6016948

c xqrdcmp.c

/* Driver for routine qrdcmp */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 int main(void) { int i,j,k,l,