-
kmeansK
KMEANSK Performs K-means clustering given a list of feature vectors and k
The argument k indicates the number of clusters you want the data to be
divided into. data_vecs (N*R) is the set of R dimensional feature
vectors for N data points. Each row in data_vecs gives the R
dimensional vector for a single data point. Each column in data_vecs
refers to values for a particular feature vector for all the N data
points. The output data_idxs is a N*1 vector of integers telling which
cluster number a particular data point belongs to. It also outputs
centroids which is a k*R matrix, where each rows gives the vector for
the cluster center. If we want to segment a color image i into 5
clusters using spacial and color information, we can use this function
as follows:
- 2011-12-22 19:45:32下载
- 积分:1
-
图论算法及其MATLAB实现(全书+源代码)
说明: 这个是非常好的matlab图论教程,是书籍和代码都有,对入门复杂网络是非常好的,复杂网络就是以图论入门的(This is a very good Matlab Graph theory tutorial, books and code are available, for the introduction of complex networks is very good, complex networks is the introduction of graph theory)
- 2020-08-31 23:12:11下载
- 积分:1
-
第一类相位匹配二维和三维
说明: 计算非线性光学晶体的第一类相位匹配的matlab程序(Matlab program for calculating the first kind phase matching of nonlinear optical crystals)
- 2020-10-04 23:25:03下载
- 积分:1
-
spandsp-0.0.4pre4.tar
传真通信V27 V29 V17 T38解调与解码,(Fax communications V27 V29 V17 T38 demodulation and decoding,)
- 2007-09-19 06:54:25下载
- 积分:1
-
findvaluevarineq
This is a Matlabe code to find the value of a variable in an equation
- 2010-09-29 14:53:30下载
- 积分:1
-
拉格朗日和牛顿迭代法处理数据
说明: matlab实现拉格朗日插值法和牛顿迭代法处理数据(Matlab implementation of Lagrange interpolation and Newton iterative method for data processing)
- 2019-12-03 17:40:28下载
- 积分:1
-
duble-stage-rectifier
simulation of double stage rectifire using matlab simulink
power electronic field
- 2013-07-18 17:08:42下载
- 积分:1
-
fastica
信号分离,可以分离振动信号的噪声,达到测得信号更接近原始信号(Signal separation, can be separated from the noise of the vibration signal to reach the measured signals closer to the original signal)
- 2012-07-21 20:28:24下载
- 积分:1
-
motor
几个异步电机仿真模型,启动,翻转,调速等(Several induction motor simulation models, starting, turning, speed, etc.)
- 2013-11-01 15:17:14下载
- 积分:1
-
nsdcalc
Nsdcalc.m is a Matlab program for performing the image enhancement process
described in the accompanying paper. Place the program in your work directory
along with the demonstration data file grav.txt. At the Matlab prompt type
- 2013-04-24 01:13:44下载
- 积分:1