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).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
一个HTML文件,是51单片机C语言实验及实践教程
标签: HTML
上传时间: 2014-11-24
上传用户:fredguo
MSP430的LED数码管显示电路设计的程序部分,该部分是《MSP430单片机C语言应用程序设计实例精讲》中的程序内容。
上传时间: 2014-01-05
上传用户:zhangyi99104144
这是一本很有用的电子书,AVR系列单片机C语言编程与应用实例
标签: 电子书
上传时间: 2016-07-01
上传用户:hewenzhi
觉得贵站办的不错,所以连续上传第三组源码,51单片机C语言教程附带文档实验相应的C源代码
标签:
上传时间: 2016-08-24
上传用户:songnanhua
校园打铃系统,内带51单片机c语言程序和电路原理图以及PCB
标签: 打铃
上传时间: 2016-09-29
上传用户:rocketrevenge
频率发生器,单片机C语言代码,好不好,大家说了算
上传时间: 2016-10-07
上传用户:xz85592677
C51源代码,详细单片机C语言源码!包含大量C语言源程序。
上传时间: 2016-11-04
上传用户:BIBI
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
用AVR编写的点阵显示屏,用C编写的时钟/温度显示程序,还有部分51单片机C语言程序
上传时间: 2017-03-19
上传用户:气温达上千万的