how to use xmlread in a very simple example
显示 更早的评论
I would like a very simple example for reading numeric data from a xml file using xml read. I would like the xml file to be something like:
<!-- This is a simple xml file containing data -->
<file>
<data>
<variable1>100</variable1>
<variable2>200</variable2>
</data>
</file>
4 个评论
Guillaume
2018-7-12
I've edited the question to make it readable. In the future, use the {}Code button to format code properly.
Adam Danz
2018-7-12
doc xmlread
shows simple examples that you're requesting.
Bruce McWhorter
2018-7-12
编辑:Guillaume
2018-7-12
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Structured Data and XML Documents 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!