-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
compareofparticlefilters
粒子滤波器,比较几种不同的重采样方法.SIR重采样,辅助重采样,regular重采样.(particle filter, compare several different resampling methods. SIR resampling, support resampling, regular resampling.)
- 2007-01-19 11:48:53下载
- 积分:1
-
antsymbol
pheromone levels of terms based on the quality of the best rule among the rules
constructed improves the predictive accuracy for some datasets.
- 2010-09-06 21:23:06下载
- 积分:1
-
LMS
神经网络LMS算法的学习规则,求的最大稳态学习速度,进行权值学习训练(artificial Neural Network Least Mean Square)
- 2009-12-01 10:32:13下载
- 积分:1
-
booksourcecode
南京大学黄宜华老师主编《深入理解大数据—大数据处理与编程实践》中的源码(code of 《Understanding big data-BIG DATA Processing and Programming》written by Huang Yihua, the preofessor of Nanjing University.)
- 2014-12-06 18:05:47下载
- 积分:1
-
GA
说明: 遗传算法的原理及MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。(The principle of genetic algorithms and genetic algorithms MATLAB environment to achieve the programming method of the operator, and a simple example shows the function of the programmed application of global optimization.)
- 2011-04-14 19:32:42下载
- 积分:1
-
MATLAB_examples
MATLAB从入门到精通_配套光盘.rarMATLAB从入门到精通_配套光盘.rarMATLAB从入门到精通_配套光盘.rarMATLAB从入门到精通_配套光盘.rar(matlab matlab)
- 2012-04-10 19:46:39下载
- 积分:1
-
kpca
核主元分析程序,基于主元分析进行开发编写,可实现核空间数据降维(KPCA program developed to prepare based on principal component analysis, nuclear spatial data dimensionality reduction)
- 2015-03-16 10:40:51下载
- 积分:1
-
eig_qrstep
Eigenvalue calculation of a general matrix
- 2010-11-14 02:48:26下载
- 积分:1
-
lunwen-
矿井超宽带方面的一篇博士论文,里面包含大量信道建模方面知识,对于初学者深刻理解多径信道方
面的内容大有裨益。(tudy on channel models of the Ultra-wideband wireless communication in undergrand mines)
- 2011-04-19 15:22:49下载
- 积分:1