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
matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf [DIP_dg.rar] - JPEG图像压缩像素之扫描方法之一(zigzag scan)这是用的循环法 [imagethreshold.zip] - 老外编写的阈值分割代码,非常的好,强烈推荐下载 [contour.rar] - 利用OpenCV进行轮廓提取,很好用!对于初学openCv的人来说是个很好的入门例程 [lu.rar] - 路径识别
标签: Filtering Technique Kalman Filter-Bank-Based
上传时间: 2013-12-26
上传用户:417313137
xml 文件解析,生成,修改的一个工程文件
上传时间: 2013-12-28
上传用户:jichenxi0730
xml数据的一个查询引擎,支持XQuery语言
上传时间: 2013-12-27
上传用户:as275944189
Content-based Music Retrieval from Acoustic Input
标签: Content-based Retrieval Acoustic Music
上传时间: 2013-12-13
上传用户:yoleeson
Color Image Retrieval Based on 2D Strings
标签: Retrieval Strings Color Based
上传时间: 2016-02-17
上传用户:woshini123456
介绍XML的较完整的课件,可以看看,内容比较全面
标签: XML
上传时间: 2014-01-25
上传用户:zhangliming420
一个java的xml分析器,主要有dom实现
上传时间: 2013-12-18
上传用户:fhzm5658
This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
标签: virtual driver implements generic
上传时间: 2016-02-19
上传用户:xiaoxiang
内容介绍: J2EE 是目前企业级软件开发的首选平台。本书从架构的角度讲解了一个完整的J2EE 系统的搭建。内容包括:正则表达式、JSP、Swing、XML 等技术在实际中的应用;Spring、 Hibernate、Struts等开源框架的实战性应用;MDA、敏捷开发等理念在实际开发中的应用; 如何搭建一个高度可扩展的系统。 作者简介: 杨中科,毕业于山东大学物流工程专业,曾任职于国内某ERP 公司,现专注于开源技 术的研究与推广,是CowNew开源团队的发起人之一。
上传时间: 2016-02-20
上传用户:xinzhch