代码搜索:MATLaB

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

代码结果 10,000
www.eeworm.com/read/258577/11853481

txt install.txt

DOWNLOAD & INSTALLATION Many thanks for your interest in the XML Toolbox for Matlab. Quick Instructions: + Fill in contact details on download page at http://www.geodise.org + Get file xm
www.eeworm.com/read/344814/11857812

m exp2_8.m

echo off % 不显示程序内容 clear clc a=4; b=6 disp('暂停,请按任意键继续') % disp指令可以用来显示字符 pause % 暂停,直到用户按任意键 echo on % 显示程序内容,注意matlab默认是不显示 c=a+b % 暂时把控制权交给键盘(在命令窗口中出现k提示符), % 输入return,回车后退出,继续执行下面的语
www.eeworm.com/read/155571/11862836

m logistic.m

% 产生 Logistic 序列  % 使用平台 - Matlab6.5 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@sina.com % 个人主页:luzhenbo.88uu.com.cn % 虫口模型 x(n+1) = lambda * x(n) * (1 - x(n)) % 当 lamb
www.eeworm.com/read/155481/11868794

txt readme.txt

matlab中,设置当前的目录为工作目录,在命令行中输入fpextractdemo,即可运行程序。
www.eeworm.com/read/258262/11874216

txt 说明.txt

╭════════════════╮ ║ Matlab中国论坛下载说明 ║ ╭══════┤ ├═══════╮ ║ ║ http://www.labfans.com ║ ║
www.eeworm.com/read/257998/11896071

dat bookinfo.dat

[General Information] 书名=现代通信系统——使用MATLAB 作者= 页数=391 SS号=0 出版日期= Vss号=80081765
www.eeworm.com/read/155122/11897111

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/155122/11897538

txt readme.txt

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

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/155109/11898548

m convert.m

% A little utility to convert .mat files back to Matlab 4 format % % Hordur Kvaran, 20.10.97 s=version; if (str2num(s(1))>=5), load ballsets; save ballsets ISL ISM ISR MVL SST MVR PHL