-
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
-
JHQ
基于matlab的数字均衡器,有利于学习matlab滤波等内容(Matlab-based digital equalizer,to learn matlab filtering)
- 2012-11-18 20:12:15下载
- 积分:1
-
CP0102
MATLAB文件。《超宽带无线电基础》配套程序,第一章第二个例程。用于产生正弦脉冲。(MATLAB file. Ultra-wideband radio base matching program, chap second routine. Used to generate sine pulse.)
- 2015-01-28 10:52:35下载
- 积分:1
-
BPMATLAB
BP神经网络之MATLAB程序的数学建模(BP neural network of the MATLAB mathematical modeling procedures)
- 2009-01-21 09:30:28下载
- 积分:1
-
FEM_in_Elasticity
Matlab有限元 源代码 MatlabFEM(MatlabFEM)
- 2010-05-22 02:16:00下载
- 积分:1
-
gatbx
遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码(Genetic code genetic code genetic code genetic code genetic code genetic code genetic code genetic code genetic code genetic code)
- 2013-09-06 18:24:10下载
- 积分:1
-
MALLET
matlab语言程序。采用Mallat重构算法提取出的暂态扰动波形(matlab language program. Mallat reconstruction algorithm using transient disturbance waveforms extracted)
- 2013-10-23 16:05:44下载
- 积分:1
-
AdaBoost
matlab Adaboost代码.本代码主要是用来对AdaBoost分类的仿真,提供了一系列的性能分析代码以及比较详细的注释。(matlab AdaBoost code)
- 2015-04-11 23:04:45下载
- 积分:1
-
4FSK
基于MATLAB实现水下4fsk调制解调(Based on MATLAB realization underwater 4fsk modem)
- 2015-04-20 20:36:19下载
- 积分:1
-
dg_man_air
MATLAB Code : For MATLAB programmers, this code is to implement the tracking algorithm of a Radar, in the Matlab environment
- 2009-05-27 13:29:39下载
- 积分:1