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
keil C 与proteus环境下仿真单片机开发的5个实例,是单片机嵌入式开发的极有价值的参考资料。其中包括了流水灯、走马灯、1602液晶屏驱动、ds1302、max7221的仿真开发实例,包括c语言代码。
上传时间: 2013-12-21
上传用户:luke5347
MCU为:ATMGEA128,驱动为T103的2.8 液晶屏驱动程序
上传时间: 2013-12-25
上传用户:dragonhaixm
基于485的51单片机多机通讯程序,其中包括步进电机的控制,液晶屏幕驱动。
上传时间: 2016-06-23
上传用户:aix008
等精度频率计,包含LCD1602液晶显示驱动
标签: 等精度频率计
上传时间: 2016-08-06
上传用户:erkuizhang
LCM046,4位8段液晶显示器驱动及测试程序
上传时间: 2016-08-22
上传用户:shawvi
L141W1,10位双行液晶显示器驱动及测试程序
标签: L141W1
上传时间: 2016-08-22
上传用户:CHINA526
单片机调试程序,液晶1602驱动程序,希望对大家有帮助
上传时间: 2016-10-23
上传用户:diets
这是msp430与1335的接口控制程序,控制320*240的液晶显示驱动。
上传时间: 2016-11-08
上传用户:shinesyh
LCD1602的C51程序。 此程序实现,完成液晶的驱动程序,可以显示任意的ASCII字符
上传时间: 2016-12-11
上传用户:zhuimenghuadie