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!