代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/460020/7258780
m example5_1.m
%MATLAB PROGRAM example5_1.m
%
num=[3 1];
den=[2 5 11];
h=tf(num,den)
www.eeworm.com/read/460020/7258875
m example5_12.m
%MATLAB PROGRAM example5_12.m
%
A=[0 1 -1;-6 -11 6;-6 -11 5];
B=[0 0;0 1;1 0];
C=[1 0 0;0 1 0];
D=[2 0;0 2];
[z,p,k]=ss2zp(A,B,C,D,1)
[z,p,k]=ss2zp(A,B,C,D,2)
www.eeworm.com/read/458493/7295566
m install.m
% Installation instructions for The Numerical Methods with MATLAB Toolbox
%
% See also: Readme.m
% www.me.pdx.edu/~gerry/nmm
% www.prenhall.com/recktenwald
%
% Inst
www.eeworm.com/read/458488/7295991
m install.m
% Installation instructions for The Numerical Methods with MATLAB Toolbox
%
% See also: Readme.m
% www.me.pdx.edu/~gerry/nmm
% www.prenhall.com/recktenwald
%
% Inst
www.eeworm.com/read/456209/7353816
svn-base hold.sci.svn-base
function hold(a)
// hold - does nothing (Matlab compatibility)
endfunction
www.eeworm.com/read/456209/7353843
sci hold.sci
function hold(a)
// hold - does nothing (Matlab compatibility)
endfunction
www.eeworm.com/read/456209/7353854
sci eig.sci
function [V,D] = eig(A)
// eig - Matlab eig.
[V,D] = mtlb_eig(A)
endfunction
www.eeworm.com/read/455115/7377665
html octaveinfo.html
Octave
Octave
MATLAB is great, but it is expensive. GNU Octave is a very
www.eeworm.com/read/454381/7392497
dat bookinfo.dat
[General Information]
书名=matlab信号处理详解
作者=
页数=348
SS号=0
出版日期=
www.eeworm.com/read/452211/7445452
txt readme_clusterensemble.txt
----------------------------------------------------------------------
CLUSTERENSEMBLE README Alexander Strehl Version 1.0 2002-04-20
---------------------------------------------------------