-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1
-
chengxu
求解二维对流扩散方程,采用径向基函数配点无网格法(Solving two-dimensional convection-diffusion equation using radial basis function collocation meshless method)
- 2009-10-12 21:30:58下载
- 积分:1
-
MATLAB
《MATLAB在控制系统中的应用》实例程序( MATLAB in the control system, examples of procedures)
- 2008-04-27 23:15:42下载
- 积分:1
-
LeastSquaresSupportVectorMachineClassification
二乘支持向量机对细胞的分类 本实验为二分类问题 数据来自威斯康星州(美国州名)医院的乳癌数据(Least squares support vector machine classification of cells)
- 2010-02-25 21:00:58下载
- 积分:1
-
ClusterBasics-V1.0
聚类算法工具包,包含31个m文件。参考文献是 《Impact of Similarity Measures on Web-page Clustering》。(The clustering algorithm Kit 31 m file. References " Impact of Similarity Measures on Web-page Clustering" )
- 2013-03-13 00:45:55下载
- 积分:1
-
matlabyichuansuanfa
matlab遗传算法程序 一种通过模拟自然进化过程搜索最优解的方法(A genetic algorithm matlab program by simulating the natural evolution of the optimal solution search methods)
- 2009-04-06 16:59:25下载
- 积分:1
-
45665991Edgedetectionandcontourtracking(3)
edge detection for an image
- 2009-05-17 18:45:53下载
- 积分:1
-
level_set
在图象处理中,用matlab求水平线、水平集以及水平集动画显示(in image processing, using Matlab for the horizon, level sets, and sets the level of animation shows)
- 2007-01-26 00:15:30下载
- 积分:1
-
LS
说明: This file contains Least Square method program which is one of en bloc approaches to
identifying a system. The target is calculating parameter vector of a system
- 2013-12-23 03:22:14下载
- 积分:1
-
Kernel_Methods_for_Pattern_Analysis_Matlab_Tools_F
《模式分析的核方法》一书中的源代码,其中有该书的基本介绍和talk!()
- 2007-08-27 20:22:40下载
- 积分:1