Easily read and write structured data to an XML file using the readstruct and
writestruct
functions.
Develop advanced applications that create, read, write, transform, or query XML documents using the MATLAB® API for XML Processing (MAXP). To use MAXP, you need to be familiar with XML, DOM, XSLT, XPath, and the associated W3C standards.
Import an XML File into a Document Object Model
Use matlab.io.xml.dom.Parser or xmlread to
read an XML file into a DOM document node.
Export a Document Object Model to an XML File
Use matlab.io.xml.dom.DOMWriter or
xmlwrite to write a DOM document node to an XML file.