代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/144399/12797681

m glnodewt.m

function [x,w] = GLNodeWt(n) % GLNodeWt Nodes and weights for Gauss-Legendre quadrature of arbitrary order % obtained by solving an eigenvalue problem % % Synopsis: [x,w] = GLNodeWt(n)
www.eeworm.com/read/144399/12797684

m glagnodewt.m

function [x,w] = GLagNodeWt(n) % GLagNodeWt Nodes and weights for Gauss-Laguerre quadrature of arbitrary order % by solving an eigenvalue problem % % Synopsis: [x,w] = GLagNodeWt(n)
www.eeworm.com/read/331806/12807330

asv untitled4.asv

h=menu('Matlab与数字信号处理','第 1 题','第 1 题','第 2 题','第 3 题','第 4 题','第 5 题','第 6 题','第 7 题','第 8 题','第 9 题') switch(h) case 1
www.eeworm.com/read/245237/12808982

txt readme.txt

Mp3 toolbox for Matlab. M.Sc. Alfredo Fernandez Franco Aalborg University Departament of Acoustics aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the command
www.eeworm.com/read/245179/12812938

txt readme.txt

Higher-Order Spectral Analysis (HOSA) Toolbox. Version 2.0.3 (R12 compliant) 27 Dec 2000 There are three steps to installing the HOSA toolbox. (a) Download the SETUP.EXE file to your ma
www.eeworm.com/read/331439/12828499

txt read_me.txt

Quaternion toolbox for Matlab - installation instructions --------------------------------------------------------- To install this toolbox: 1. Unzip the distribution file and move the directory/fol
www.eeworm.com/read/331439/12828603

m plus.m

function q = plus(l, r) % + Plus. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828613

m transpose.m

function t = transpose(a) % .' Transpose. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828672

m minus.m

function q = minus(l, r) % - Minus. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828768

m power.m

function Z = power(X, Y) % .^ Array power. % (Quaternion overloading of standard Matlab function.) % Copyright