-
genetic-algorithmfunction-algorithm
遗传算法和非线性规划的函数寻优算法matlab实现(A function of the genetic algorithm and nonlinear programming optimization algorithm matlab achieve)
- 2013-04-04 18:49:11下载
- 积分:1
-
wavelet
matlab实现的小波变换,结果用轮廓线图表示(err)
- 2008-01-08 11:32:42下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
Clustering_Coefficient
复杂网络聚类系数计算的matlab源代码(Complex network clustering coefficients of the matlab source code)
- 2010-03-15 08:57:20下载
- 积分:1
-
matlab
首先对图像进行了边缘检测,设计相应的结构元素对图像进行腐蚀,再进行图像聚类和填充图像。(First, the image edge detection, the design of structural elements corresponding to the image etched image clustering and then fill the image.)
- 2014-02-20 22:00:29下载
- 积分:1
-
Matlab3
关于MATLAB的一个很好的PPT。讲的是符号运算。对于初学者很好。页面也很漂亮。(MATLAB on a good PPT. Talking about the symbolic operation. Good for beginners. Page is also very beautiful.)
- 2009-07-13 18:42:21下载
- 积分:1
-
INDOORLOC
In this i attached matlab code for indoor localization using WIFI and FM signal features classified by KNN classifier to predict the fingure print of the building structure.
- 2013-10-06 14:04:16下载
- 积分:1
-
A-star_PathAlgorithm-master
说明: 自动驾驶全局路径规划A*算法,启发式算法(A star algorithm global planning which is used for unmanned vehicle)
- 2020-07-26 21:19:56下载
- 积分:1
-
matrix
说明: C++矩阵运算,可以像matlab那样轻松使用(C++ matrix computation)
- 2010-04-20 10:09:02下载
- 积分:1
-
trackingdoa2
在智能天线中的移动目标的跟踪中用到的MUSIC算法的跟踪的MATLAB仿真(in Smart Antenna for Mobile target tracking algorithm used in the tracking MUSIC MATLAB simulation)
- 2007-06-23 12:07:48下载
- 积分:1