-
GPS-MATLAB
用matlab仿真GPS卫星,3维动画,非常不错的,
含有GUI功能。(Matlab simulation using GPS satellites, 3D animation, very good, with GUI functionality.)
- 2011-05-10 18:00:05下载
- 积分:1
-
visualmatlabImageryprocessing
调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbxTest_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用
3.gatbx-example是算例调试源码和各算例的调试说明,大家可以对照原书进行比较
4.窃以为gatbx工具箱较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程,虽然在可视化方面不及gads
5.学习遗传算法如果首先用熟相关工具箱的话,能够先培养信心,然后更有兴趣去专研和了解具体的算法,如果就用现有的工具箱就能解决问题的话,不了解其详细的算法也未尝不可,毕竟不是每个研友都能向see_moonlight那样开发自己的工具箱吧, ( The debugging uses the Matlab edition is 6.5, gatbx-toolbox debugs the toolbox which in the process uses, somewhat warm-hearted ground the friend already to provide this toolbox, the reason that pasted again, was because under 6.5 editions debugged this toolbox to be able to present some wrong prompts, had already carried on the correction in this edition, will use this toolbox only to need to compress package of under gatbx and gatbx Test_fns joins to the Matlab search path then, moreover gatbx-origin was the primitive edition toolbox which the Sheffield university provided, has not made any modification, both might make the comparison are the example debugging sound code and various examples debugging explained with
3.gatbx-example, everybody might compare the original bookCarries on comparison
4. in my opinion under the gatbx toolbox s to be able to let the human compared with Matlab7 update gads toolbox be familiar with the understanding genetic algorithm principle and)
- 2010-10-17 15:11:22下载
- 积分:1
-
patternRecognitionAndcompute
模式识别与智能计算matlab实现的源代码 主要有聚类分析 手写数字分类的实现(pattern Recognition And intelligence computing)
- 2010-05-21 14:53:06下载
- 积分:1
-
Network-intrusion
kohonen网络的聚类算法,网络入侵聚类,matlab的经典算法(
kohonen网络的聚类算法,网络入侵聚类,matlab的经典算法
Clustering algorithm of Kohonen network, the network intrusion clustering, matlab algorithm
)
- 2013-10-19 23:51:21下载
- 积分:1
-
shujufenlei
这是一个采用固定增量法对数据进行分类的MATLAB源程序(This is a fixed increment method to classify data MATLAB source)
- 2016-06-07 22:06:31下载
- 积分:1
-
somematlabexample
some useful example to let you know how matlab works and what function of matlab is.
- 2010-11-11 13:33:46下载
- 积分:1
-
space-timecodingproject
物理层的空时编码的MATLAB仿真程序,包含发射端、信道到接收端的所有源代码(space-time coding project)
- 2009-12-23 13:54:27下载
- 积分:1
-
unit_converters_v1.13
简单的单位转换系统,用matlab进行实现,直接在matlab下运行(Simple unit conversion system using matlab to achieve a direct run in matlab)
- 2012-05-09 11:17:19下载
- 积分:1
-
practical-image-classification-code-only.tar
practical image classification
- 2014-10-06 18:40:40下载
- 积分:1
-
MyKmeans
实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。(achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n will be assigned to target K to 000 category, making target category of the similarity between the largest category of the similarity between the smallest. Disadvantages : class size have no great difference for dirty data is very sensitive. Improved algorithms : k-medoids methods. Here a selection of objects called mediod to replace the center of the above, the logo on a medoid this category. Steps : 1, arbitrary selection of objects as K medoids (O1, O2, Ok ... ... Oi). Following is a cycle : 2, the remaining targets assigned to each category (in accordance with the closest medoid principle); 3, for each category (Oi), the order of selection of a Or, calculated Oi Or replace the consumption-E (Or))
- 2005-07-26 01:32:58下载
- 积分:1