代码搜索:matlab、人工免疫

找到约 10,000 项符合「matlab、人工免疫」的源代码

代码结果 10,000
www.eeworm.com/read/211973/15169055

m example12_1.m

t = 0:0.1:20; %绘制函数曲线,生成一个图形Figure plot(t,t.*sin(t)) get(gcf, 'Color') %gcf函数返回当前Figure的句柄,get得到当前Figure的颜色属性 ans =0.8000 0.8000 0.8000 %MATLAB中的所有颜色以RGB的形式存储,[1,1,1]是白色,[0,0,0]是黑色 %此时,可以用
www.eeworm.com/read/210975/15189265

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/210975/15189471

txt readme.txt

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

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/210913/15189972

txt read me.txt

1 首先将svm工具箱加入MATLAB的路径。 2 空间三维螺旋曲线的回归分析; 3 空间sinc曲线的回归分析;
www.eeworm.com/read/210588/15195489

readme

Introduction --------------------------------------- The ANSI C Time-Frequency toolbox is a package aimed at computing time-frequency representations. One the one hand, it is an extension of the Tim
www.eeworm.com/read/210570/15195992

htm ch1_3.htm

认识你/你的电脑工作环境
www.eeworm.com/read/210157/15205796

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/210157/15205807

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/210157/15205811

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,'