代码搜索:matlab、人工免疫
找到约 10,000 项符合「matlab、人工免疫」的源代码
代码结果 10,000
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
www.eeworm.com/read/212552/15154142
h engine.h
/*
* @(#)engine.h generated by: makeheader 3.10 Sat May 18 22:03:04 2002
*
* built from: ../include/copyright.h
* engapi.c
* engapiv4.c
* engapiv5.c
* fengapi.c
* f
www.eeworm.com/read/212549/15154180
h engine.h
/*
* @(#)engine.h generated by: makeheader 3.10 Sat May 18 22:03:04 2002
*
* built from: ../include/copyright.h
* engapi.c
* engapiv4.c
* engapiv5.c
* fengapi.c
* f
www.eeworm.com/read/212535/15154682
h engine.h
/*
* @(#)engine.h generated by: makeheader 3.10 Sat May 18 22:03:04 2002
*
* built from: ../include/copyright.h
* engapi.c
* engapiv4.c
* engapiv5.c
* fengapi.c
* f
www.eeworm.com/read/212384/15156754
txt 总结.txt
1、AutoBrightness正常,效果还行。
2、AutoContrast正常,效果明显。
3、imgeqmapping使用时遇到的错误!
??? Error using ==> +
Function '+' is not defined for values of class 'uint8'.
Error in ==> C:\MATLAB6p5\work\imgeqmappin
www.eeworm.com/read/212376/15156974
m exm07072_3.m
%exm07072_3.m
% 正确演示本文件的前提是:把本文件所在目录设置为当前目录。
clear,clc
disp('在当前目录运行绘图。')
disp('创建函数句柄')
Hy3=@fhzzy
fhzzy('line');
disp('按任意键,可继续。')
disp('使MATLAB\work成为当前文件夹')
pause
ss=which(