-
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
-
emd
台湾中央大学小组的EDM源代码。。
各种源代码齐全。(hilbert-huang transform
Empirical mode decomposition)
- 2010-09-25 10:49:17下载
- 积分:1
-
music
music算法的测试程序,包括不同的波长信号,不同采样点数,不同的阵列形式(music algorithm testing procedures, including different wavelengths, different sampling points, a different form of an array)
- 2013-11-11 20:47:14下载
- 积分:1
-
pso
粒子群网络优化的肩带源代码应用(PSO)(Particle swarm optimization (PSO aglet source code application))
- 2011-08-25 10:41:24下载
- 积分:1
-
MATLAB
MIMO-OFDM信道容量MATLAB程序(MIMO-OFDM channel capacity MATLAB program)
- 2013-12-02 15:03:28下载
- 积分:1
-
matlabcode
说明: 用matlab实现简单的车牌自动定位程序,内含两个子函数(Matlab license plate with a simple automatic positioning process that includes two Functions)
- 2010-04-06 13:54:25下载
- 积分:1
-
regarding-the-burst-error-correction
burst error correection in coding theory
- 2014-10-14 17:10:09下载
- 积分:1
-
GAfforTSP
TSP的遗传算法实现。本案例是通过遗传算法实现旅行商问题(TSP genetic algorithm. Through genetic algorithm traveling salesman problem)
- 2013-11-12 11:18:19下载
- 积分:1
-
DCT
通过二维图抽象的DCT变换,取前n和系数进行重构得到的图像进行显示(Two-dimensional map by abstraction of DCT, take the first coefficient n and displays the image reconstructed by)
- 2013-11-19 12:33:23下载
- 积分:1
-
Serial
用matlab编写的串口调试助手,简单易用(Serial debugging assistant code by MATLAB)
- 2016-09-01 21:24:17下载
- 积分:1