代码搜索:MatlAB

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

代码结果 10,000
www.eeworm.com/read/114100/15108174

html 19593.html

连结问题... 连结问题... Posted
www.eeworm.com/read/114100/15109271

html 19614.html

Re: 连结问题... Re: 连结问题...
www.eeworm.com/read/213940/15121845

m ip_05_073.m

% MATLAB script for Illustrated Problem 5.7.3 echo on n0=.5*randn(100,1); n1=.5*randn(100,1); n2=.5*randn(100,1); n3=.5*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x2,y2,'
www.eeworm.com/read/213940/15121856

m ip_05_071.m

% MATLAB script for Illustrated Problem 5.7.1 echo on n0=.1*randn(100,1); n1=.1*randn(100,1); n2=.1*randn(100,1); n3=.1*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x2,y2,'
www.eeworm.com/read/213940/15121860

m ip_05_072.m

% MATLAB script for Illustrated Problem 5.7.2 echo on n0=.3*randn(100,1); n1=.3*randn(100,1); n2=.3*randn(100,1); n3=.3*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x2,y2,'
www.eeworm.com/read/213940/15121912

m ip_02_05.m

% MATLAB script for Illustrative Problem 5, Chapter 2. echo on % first part Sx1=[ones(1,32)]; Rx1=ifft(Sx1,32); % second part Sx2=[ones(1,16),zeros(1,224),ones(1,16)]; Rx2=ifft(Sx2,256); % pl
www.eeworm.com/read/213114/15142289

txt mm5.txt

Mastering MATLAB 5: a comprehensive tutorial and reference 作者: Duane Hanselman、Bruce Littlefield ISBN: 0-13-858366-8 出版社: Prentice Hall 1998年 内容简介: 《精通MATLAB综合辅导与指南》一书的最新版
www.eeworm.com/read/213114/15142495

txt readme.txt

免费天地的计算机书籍配套磁盘服务 ================================ 本文件是从“免费天地”站点下载的。 (http://www.nease.net/~free) --------------------------------------------------- 与本磁盘配套的书籍的所有权益归原书作者和出版商所有。 我们提供配套磁盘只是为了
www.eeworm.com/read/213114/15142506

txt mmtool4.txt

精通MATLAB综合辅导与指南 (Mastering MATLAB: a comprehensive tutorial and reference) 作者: Duane Hanselman、Bruce Littlefield ISBN: 7-5605-0933-9/TP 161 出版社: 西安交通大学出版社/Prentice Hall 1998年1月 内容简介: 本书介绍
www.eeworm.com/read/212602/15152251

m isvarname.m

function t = isvarname(s) %ISVARNAME True for valid variable name. % ISVARNAME(S) is true if S is a valid MATLAB variable name. % A valid variable name is a character string of letters, digits