代码搜索:Matlab;trainning

找到约 10,000 项符合「Matlab;trainning」的源代码

代码结果 10,000
www.eeworm.com/read/481596/6635888

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2002 The MathWorks, Inc. %
www.eeworm.com/read/481728/6637362

m exa110701_pwelch.m

%------------------------------------------------------------------------- % exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d) % to estimate the PSD of x(n) by Welch average; %------------
www.eeworm.com/read/481728/6637401

m exa090804_svd.m

%----------------------------------------------------------------------- % exa090804_svd.m, for example 9.8.4 % to test svd.m; % 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同, % 但奇异值是一样的 %---------
www.eeworm.com/read/480814/6661966

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/480814/6662172

txt readme.txt

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

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/480430/6664031

htm my_books.htm

MATLAB 大观园 (薛定宇著作下载网页)
www.eeworm.com/read/480529/6665638

txt 05-23.txt

%接上题 >> A{1} ans = 1 2 2 2 >> A{2} ans = Tsinghua and Peking >> A{3} ans = MATLAB 7.1 >> A{4} ans = 1.0000 + 5.0000i 12.0000 - 4.0000i >>
www.eeworm.com/read/480529/6665779

txt 07-15.txt

例7-15 使用finverse函数进行反函数运算。 解:在命令窗口中输入如下命令,并按Enter键确认。 >> syms x y >> f = x^2+y] >> f = x^2+y f = x^2+y >> finverse(f,y) ans = -x^2+y >> finverse(f) Warning: finverse(x^2+y) is not un
www.eeworm.com/read/480529/6665815

txt 10-21.txt

%例10-21 nargin函数的初级使用方法。 %本程序实现如下功能,当调用过程时小于或等于一个变量时,系统提示错误的输入,当有两个变量时,程序将两个数相加,当有3个变量时,将前两个数相加并减去第3个。程序如下。 function d=nargintest(a,b,c) if nargin