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!