代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/279380/10442823

m atsol.m

function[V] = ATsol(MTX,u,tol) % [v] = ATsol(MTX,u,tol) % Calculates the 3D DC forward modelling matrix(transposed) times a vector %Solves the system A^t*v = u % Copyright (c) 2007 by the Society
www.eeworm.com/read/161095/10452191

m permutation.m

% PERMUTATION : Helpful notes on permutation matrices and vectors. % % % There are two ways to represent permutations in Matlab. % % A *permutation matrix* is a square matrix P that is zero except
www.eeworm.com/read/160929/10469571

m gain.m

function [g,w] = gain(num,den) % Computes the gain function in dB of a % transfer function at 256 equally spaced points % on the top half of the unit circle % Numerator coefficients are in vector nu
www.eeworm.com/read/160929/10469929

m gain.m

function [g,w] = gain(num,den) % Computes the gain function in dB of a % transfer function at 256 equally spaced points % on the top half of the unit circle % Numerator coefficients are in vecto
www.eeworm.com/read/160929/10470330

m gain.m

function [g,w] = gain(num,den) % Computes the gain function in dB of a % transfer function at 256 equally spaced points % on the top half of the unit circle % Numerator coefficients are in vector nu
www.eeworm.com/read/424281/10474358

todo

* Pretty print function * Vector p-norms
www.eeworm.com/read/424063/10499737

m dmodred.m

function [ab,bb,cb,db] = dmodred(a,b,c,d,elim) %DMODRED Discrete-time model state reduction. % [Ab,Bb,Cb,Db] = DMODRED(A,B,C,D,ELIM) reduces the order of a model % by eliminating the states specifi
www.eeworm.com/read/424063/10499795

m damp.m

function [wnout,z] = damp(a) % DAMP Natural frequency and damping factor for continuous systems. % [Wn,Z] = DAMP(A) returns vectors Wn and Z containing the % natural frequencies and damping factors
www.eeworm.com/read/424063/10499844

m modred.m

function [ab,bb,cb,db] = modred(a,b,c,d,elim) %MODRED Model state reduction. % [Ab,Bb,Cb,Db] = MODRED(A,B,C,D,ELIM) reduces the order of a model % by eliminating the states specified in vector ELIM
www.eeworm.com/read/160516/10522851

m findnlab.m

%FINDNLAB Determine indices of specified classes (numeric) % % J = FINDNLAB(A,NLAB) % % INPUT % A Dataset % NLAB vector with numerical indices of reqested classes % % OUTPUT %