-
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
-
HumanTracker
Human algorithm in matlab
- 2011-10-26 15:56:10下载
- 积分:1
-
matlabbook
基于MATLAB的系统分析与设计——神经网络,书籍,pdg格式(MATLAB-based analysis and design- Neural Networks, books, pdg format)
- 2007-10-20 19:35:39下载
- 积分:1
-
Sim-Matlab
matlab simulation in tl and cable
- 2013-10-30 03:31:44下载
- 积分:1
-
mass_damper_system_matlabasimulink
Matlab code and Simulink model for mass damper system with and without force.
- 2014-02-07 07:21:00下载
- 积分:1
-
gnanonet
function to generate hexagonal nanonetworks with pores with various
- 2012-06-12 02:35:14下载
- 积分:1
-
regu
反问题求解中解决病态矩阵问题的正则化算法。(Solving the inverse problem regularization algorithm)
- 2021-03-31 21:39:08下载
- 积分:1
-
clpapr
papr reduction in ofdm
- 2013-04-04 13:17:06下载
- 积分:1
-
multiobjectoptimization
关于多目标优化的几个具体程序,matlab编写,可供初学者学习分享(Several multi-objective optimization on specific procedures, matlab write, for beginners to learn to share)
- 2010-07-02 11:12:44下载
- 积分:1
-
adaptive-lpf
designing of filfiter by adaptive algorithms liks lms
- 2015-01-23 13:08:25下载
- 积分:1