代码搜索:matlab、人工免疫
找到约 10,000 项符合「matlab、人工免疫」的源代码
代码结果 10,000
www.eeworm.com/read/215321/15065383
m ch5_2_5.m
%%% Sobel算子、Prewitt算子和高斯-拉普拉斯算子进行图像锐化的源程序。
%应用Sobel算子进行图像锐化
clear all;
I1=imread('E:\MATLAB7\work\5-2\yuantu.bmp');
I1=double(I1);
h1=fspecial('sobel');
I2=filter2(h1,I1);
figure,imshow(I1,[])
www.eeworm.com/read/114188/15067845
htm 00000009.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: Platin.bbs@bbs.ntu.edu.tw (没事不要Call我
www.eeworm.com/read/215014/15077856
txt 文件夹说明.txt
----------------------------------------------
作者:陆振波,海军工程大学
欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
电子邮件:luzhenbo@sina.com
个人主页:luzhenbo.88uu.com.cn
----------------------------------------------
先将
www.eeworm.com/read/215013/15077862
txt 文件夹说明.txt
----------------------------------------------
作者:陆振波,海军工程大学
欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
电子邮件:luzhenbo@sina.com
个人主页:luzhenbo.88uu.com.cn
----------------------------------------------
先将
www.eeworm.com/read/215012/15077870
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/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,'