-
PressureVesselDesignProblem
Pressure Vessel Design optimizition benchmark problem (test problem) in matlab
- 2009-09-23 15:10:00下载
- 积分:1
-
seek
求不动点,是有关数值代数的问题,求出函数的不动点(Seeking fixed point,It is related to the numerical algebra problem, fixed point functions obtained)
- 2014-09-24 18:15:47下载
- 积分:1
-
LEACH-Exile-master
Implementation of Leach Protocol using MATLAB
- 2018-11-06 19:18:40下载
- 积分:1
-
html
地震瞬时属性提取时,HIlbert变换很重要,本程序基于MatlAB,处理了单道地震信号,可供地震资料处理的初学者学习(When seismic instantaneous attributes, HIlbert transformation is important, this program is based on MatlAB, the single-channel seismic signal processing, seismic data processing for beginners)
- 2010-05-09 20:33:37下载
- 积分:1
-
matlab
三个遗传算法matlab程序实例,通过对三种典型的遗传算法进行代码实现,可以简单明了的认识遗传算法(Three genetic algorithm living example of matlab code)
- 2013-04-15 15:31:31下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
espritsus
espritsus算法的matlab实现,可以得到好的实验效果。(espritsus algorithm matlab implementation, can be a good experiment results.)
- 2010-03-14 14:50:29下载
- 积分:1
-
chazhi
matlab插值法、牛顿法、高斯消元法,主要用于matlab的程序调用(mainly be usd with matlab )
- 2012-08-26 14:57:38下载
- 积分:1
-
holidays.zip
It calculate the holidays of a year accurately and perfectly.
- 2013-04-16 19:42:56下载
- 积分:1
-
WAVELAB850
功能强大、包含多种算法的小波分析工具箱,须在matlab下安装(A powerful, multi-algorithm of wavelet analysis toolbox, to be installed in the matlab)
- 2009-09-17 21:09:40下载
- 积分:1