Difference between revisions of "Parsexml.m"
m (Spot-edit Spinach function page first-line NOTOC and template fields) |
(Update function See also links and function index membership) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:parsexml.m}} __NOTOC__ | {{DISPLAYTITLE:parsexml.m}} __NOTOC__ | ||
| − | Converts an XML file into a Matlab structure. | + | Converts an XML file into a Matlab structure; it is called by [[x2spinach.m]] during SpinXML import, and direct calls are discouraged. |
==Syntax== | ==Syntax== | ||
| Line 6: | Line 6: | ||
xml=parsexml(filename) | xml=parsexml(filename) | ||
| − | == | + | ==Parameters== |
| − | |||
| − | |||
| − | |||
filename - a string with the XML file name | filename - a string with the XML file name | ||
| Line 21: | Line 18: | ||
==See also== | ==See also== | ||
| − | [[gparse.m]], [[oparse.m]] | + | [[gparse.m]], [[oparse.m]], [[x2spinach.m]], [[c2spinach.m]], [[cyprinol.m]], [[fatty_acid.m]], [[g2spinach.m]], [[gissmo2spinach.m]], [[karplus_fit.m]], [[killcross.m]], [[killdiag.m]], [[merge_inp.m]], [[methyl_group.m]], [[nuclacid.m]], [[ocparse.m]], [[protein.m]], [[read_bmrb.m]], [[read_pdb_nuc.m]], [[read_pdb_pro.m]], [[v2spinach.m]], [[weblab2nqi.m]], [[Import,_export,_and_visualisation]] |
''Version 2.1, authors: [[Ilya Kuprov]]'' | ''Version 2.1, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:39, 6 June 2026
Converts an XML file into a Matlab structure; it is called by x2spinach.m during SpinXML import, and direct calls are discouraged.
Syntax
xml=parsexml(filename)
Parameters
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
gparse.m, oparse.m, x2spinach.m, c2spinach.m, cyprinol.m, fatty_acid.m, g2spinach.m, gissmo2spinach.m, karplus_fit.m, killcross.m, killdiag.m, merge_inp.m, methyl_group.m, nuclacid.m, ocparse.m, protein.m, read_bmrb.m, read_pdb_nuc.m, read_pdb_pro.m, v2spinach.m, weblab2nqi.m, Import,_export,_and_visualisation
Version 2.1, authors: Ilya Kuprov