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
数字电压表的设计与制作,基于单片机的汇编原代码
标签: 数字电压表
上传时间: 2016-08-08
上传用户:1159797854
温度芯片功能的读写程序,包括汇编原代码,可烧录文件,熟悉一线产品的读写方式
上传时间: 2016-10-06
上传用户:13215175592
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式
上传时间: 2014-12-01
上传用户:zhoujunzhen
无线通信功能的读写程序,包括汇编原代码,可烧录文件,熟悉无线通信产品的读写方式
上传时间: 2016-10-06
上传用户:yiwen213
功率放大器功能的程序,包括汇编原代码,可烧录文件,熟悉音乐播放的方法
上传时间: 2013-12-18
上传用户:fhzm5658
串口功能的读写程序,包括汇编原代码,可烧录文件,熟悉串口操作的方法和通信格式
上传时间: 2013-12-17
上传用户:问题问题
十六位按键功能的读写程序,包括汇编原代码,可烧录文件,熟悉按键检测功能的使用方法
上传时间: 2014-01-17
上传用户:yyyyyyyyyy
用AT89S51单片机制作的一个带通讯的数字电压表,内含电路原理图及汇编源程序代码,以及数张图片,还有论文和设计感想。倾力奉送!
上传时间: 2013-12-23
上传用户:dbs012280
汉诺塔!!! 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