-
matlab3
信号分析与处理,matlab语言及应用。(Signal analysis and processing, matlab language and application.)
- 2008-05-05 15:52:03下载
- 积分:1
-
Schlomer-N
This document is aimed at MATLAB® beginners who already know the
syntax but feel are not yet quite experienced with it. Its goal is to give a
number of hints which enable the reader to write quality MATLAB® programs
and to avoid commonly made mistakes.
- 2011-12-03 04:46:42下载
- 积分:1
-
GABOR
生成Gabor滤波器的函数,并用gabor滤波器进行滤波,简单易懂(Generating function Gabor filters and filtered using gabor filters, easy to understand)
- 2014-01-16 17:49:19下载
- 积分:1
-
matlabenginetest
该程序是一个matlab与C++混合编程的例子,用matlab引擎在c++中调用matlab程序(that the procedure was a mixed Matlab and C programming examples, Matlab engine used in c Calling Matlab procedures)
- 2007-05-11 17:19:53下载
- 积分:1
-
optimization-method
关于智能优化方法的一本很不错的参考书 可以参考(good book)
- 2013-10-24 01:30:31下载
- 积分:1
-
yiwangyinzi
用于模型参数的在线辨识,能有效地实现参数的整定等(For online identification of the model parameters, tuning parameters)
- 2013-04-06 20:55:35下载
- 积分:1
-
DE
说明: 基本的DE程序对于初学者很有帮助 希望对大家有所帮助(basic DE)
- 2015-01-17 15:20:40下载
- 积分:1
-
tspo_ga
遗传算法解决TSP的一种新的快速算法MATLAB程序,运行效果也不错(Genetic algorithm to solve TSP is a new fast algorithm for MATLAB programs, run effects are well)
- 2009-09-15 10:05:23下载
- 积分:1
-
LED_road
LED路灯配光需要计算许多重要参数。本程序通过利用LED路灯实测数据来讨论这些参数间关系。(lots of parameteres have to be calculated before using the LED road lamp. this program use the measured data to discuss these parameteres.)
- 2012-04-26 02:11:24下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1