parsexml.m
Converts an XML file into a Matlab structure.
Syntax
xml=parsexml(filename)
Description
This function is called by x2spinach.m during import of SpinXML files. Direct calls are discouraged.
Arguments
filename - a string with the XML file name
Outputs
xml - Matlab structure containing the information from the XML file
Examples
SpinXML specification is available at http://spindynamics.org
See also
Version 2.1, authors: Ilya Kuprov