how to use xmlread in a very simple example
Ältere Kommentare anzeigen
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 Kommentare
Guillaume
am 12 Jul. 2018
I've edited the question to make it readable. In the future, use the {}Code button to format code properly.
Adam Danz
am 12 Jul. 2018
doc xmlread
shows simple examples that you're requesting.
Bruce McWhorter
am 12 Jul. 2018
Bearbeitet: Guillaume
am 12 Jul. 2018
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Structured Data and XML Documents finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!