parseXML¶
PARSEXML Convert XML file to a MATLAB structure.
From MATHWORKS documentation (I believe)
THESTRUCT = PARSEXML(FILENAME)
Converts an XML file that is read with the
MATLAB function XMLREAD into a Matlab structure.
Developer note: Who wrote this?