-
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
-
disizhang
通信系统仿真原理与无线应用第四张全部程序(Communication System Simulation Principle and wireless applications fourth all procedures)
- 2009-03-11 16:09:51下载
- 积分:1
-
DV_HOP
说明: 基于MATLAB的dv-hop(distance vector routing)算法的实现(Based on MATLAB-dv-hop (distance vector routing) Algorithm)
- 2010-04-26 11:06:43下载
- 积分:1
-
RotMatrix654654654
matrix rotation (matlab code)
- 2012-06-16 15:57:45下载
- 积分:1
-
pls_2.1-0.tar
做主成分回归和偏最小二乘回归,效果比较好,别人做的,我参与考了一下。(Master component regression and partial least-squares regression, the effect is better, someone else to do, and I participate in a bit test.)
- 2007-10-24 21:25:16下载
- 积分:1
-
MMC 17 Levels
Three phase 17 levels MMC.
- 2020-11-11 22:19:46下载
- 积分:1
-
GUI_SSH
Computation and visualization of surface spherical harmonic functions. Just run the GUI_SSH.m file
- 2015-02-02 18:41:26下载
- 积分:1
-
UDP测试上位机-基于matlab GUI编写
说明: UDP测试上位机-基于matlab GUI编写(UDP unlaod machine by matlab)
- 2020-06-18 05:40:02下载
- 积分:1
-
LMS
LMS自适应滤波算法,(LMS adaptive filtering algorithm,)
- 2007-12-04 15:36:04下载
- 积分:1
-
DatabaseHandler
matlab与数据库的链接问题,sql access(matlab problem with the database link )
- 2010-11-26 09:35:41下载
- 积分:1