-
Pyramid
高斯金字塔分解,matlab实现。高斯金字塔分解,matlab实现。高斯金字塔分解,matlab实现。(Gasussian pyramid decomposition using matlab tool.Gasussian pyramid decomposition using matlab tool.)
- 2009-05-17 18:25:37下载
- 积分:1
-
simpleXover
p1 - the first parent p2 - the second parent bounds - the bounds matrix for the solution space Ops - Options matrix for simple crossover(p1- the first parent p2- the second parent bounds - the bounds matrix for the solution space Ops - Options matrix for simple crossover)
- 2009-07-10 11:42:31下载
- 积分:1
-
bootrsp
本程序可实现bootstrap算法的matlab编程,以M文件形式。(This procedure can be realized bootstrap algorithm matlab programming to M file format.)
- 2011-04-28 10:59:22下载
- 积分:1
-
Skeletonmatlab
用Matlab实现了对一副图像骨架的提取,方法简单,易于掌握。内附实例(Using Matlab to achieve an image of the skeleton extraction method is simple, easy to master. Containing examples)
- 2020-10-24 14:10:01下载
- 积分:1
-
apiextMATLAB6p1
You can call your own C or Fortran subroutines from MATLAB as if they were
built-in functions. MATLAB callable C and Fortran programs are referred to
as MEX-files. MEX-files are dynamically linked subroutines that the MATLAB
interpreter can automatically load and execute.
- 2013-11-19 14:28:02下载
- 积分:1
-
matlabproGUI
matlab GUI教程 方便大家学习 很好的一本书(matlab GUI to facilitate them to learn a good tutorial book)
- 2010-06-29 18:27:30下载
- 积分:1
-
chaoliujisuan
基于MATLAB牛顿拉夫逊潮流计算的计算机算法(A computer algorithm for power flow calculation based on MATLAB Newton Ralph Xun)
- 2015-01-08 13:04:55下载
- 积分:1
-
6019199320075181841151433001
这是MATLAB图像处理函数的具体讲解,非常实用具体,对图像研究方面的编程很有帮助(This is the MATLAB image processing function on the specific, very concrete and practical, research on the image programming helpful)
- 2009-05-01 23:30:34下载
- 积分:1
-
AVR_FINAL
automatic voltage restorer
- 2014-09-30 17:36:27下载
- 积分:1
-
Fcm
FCM Data set clustering using fuzzy c-means clustering.
[CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of
clusters in the data set DATA. DATA is size M-by-N, where M is the number of
data points and N is the number of coordinates for each data point. The
coordinates for each cluster center are returned in the rows of the matrix
CENTER. The membership function matrix U contains the grade of membership of
each DATA point in each cluster. The values 0 and 1 indicate no membership
and full membership respectively. Grades between 0 and 1 indicate that the
data point has partial membership in a cluster. At each iteration, an
objective function is minimized to find the best location for the clusters
and its values are returned in OBJ_FCN.
- 2013-04-21 07:30:57下载
- 积分:1