-
CHAP06
是Matlab图像处理的原程序代码,适合初学者使用。(Matlab image processing is the original code, suitable for beginners.)
- 2010-01-24 16:48:23下载
- 积分:1
-
neighbor
说明: 使用K近邻方法对给定的一个样本进行分类。(K nearest neighbor method using a sample of a given classification.)
- 2010-03-19 11:30:48下载
- 积分:1
-
interpolation-and-fitting
matlab经典算法程序中关于插值和拟合的具体指导资料 给需要的朋友们以启发(classical algorithm matlab program on interpolation and fitting specific guidance information to a friend who needs to inspire)
- 2013-11-13 11:20:13下载
- 积分:1
-
adapmaxmin.m
Adap Min mAx on matlab algorithm
- 2015-02-11 15:02:53下载
- 积分:1
-
Fuzzy-Mutual-Informaiton
Fuzzy Mutual information which is used to calculate the mutual information between two variables.
- 2014-01-07 17:12:50下载
- 积分:1
-
BSS_Demo4SP_20Mar2k5
一个盲源分离的GUI界面,本程序可完成语音信号的独立分量分析。(A blind source separation GUI interface, this program can be completed independent component analysis of speech signals.)
- 2010-07-02 11:48:14下载
- 积分:1
-
ruan1
软起动模块simulink 是软起动的simpower system的模块,希望对大家有帮助(softstart simulink program)
- 2013-10-08 19:26:17下载
- 积分:1
-
cruise_control_PI
汽车车辆巡航PI自动控制,含汽车动力学模型(vehicle cruise control, PI algorithm)
- 2012-01-25 11:49:29下载
- 积分:1
-
beam
matlab 中梁的弯矩 剪力 变形 轴力图形 以及源程序(matlab in Beams Shear deformation and axial force graphic source)
- 2013-11-11 13:42:29下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1