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
Professional Android Application Development,英文,內容詳盡,適合進階
Chapter 1: Hello, Android . . . . . . . . . . . . . . . . . . . . .. .
Chapter 2: Getting Started . . . . . . . . . . . . . . . . . . . .. .
Chapter 3: Creating Applications and Activities . . . . . . . . . . .
Chapter 4: Creating User Interfaces . . . . . . . . . . . . . . . .. .
Chapter 5: Intents, Broadcast Receivers, Adapters, and the Internet113
Chapter 6: Data Storage, Retrieval, and Sharing . . . . . . . . . .. .
Chapter 7: Maps, Geocoding, and Location-Based Services . . . . . ..
Chapter 8: Working in the Background . . . . . . . . . . . . . . . . .
Chapter 9: Peer-to-Peer Communication . . . . . . . . . . . . . . .. .
Chapter 10: Accessing Android Hardware . . . . . . . . . . . . . . . .
Chapter 11: Advanced Android Development . . . . . . . . . . . . .. .
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
標簽:
Android
Professional
Application
Development
上傳時間:
2013-12-12
上傳用戶:aig85