tooltime185
Computer
- Oct 16, 2006
- 1
Hi,
I use the xml_parseany to convert xml file I have into matlab data.
For some reason it no longer seems to be working.
xml2mat works no problem, but I need the whole xml string read and not just part of it.
Any thoughts on the xml_parseany. All I am doing is the following:
V2 = xml_parseany('testfile.xml');
Thanks
Tim
I use the xml_parseany to convert xml file I have into matlab data.
For some reason it no longer seems to be working.
xml2mat works no problem, but I need the whole xml string read and not just part of it.
Any thoughts on the xml_parseany. All I am doing is the following:
V2 = xml_parseany('testfile.xml');
Thanks
Tim