xml2struct
by Wouter Falkena
20 Aug 2010
(Updated 15 May 2012)
Convert an xml file into a MATLAB structure for easy access to the data.
|
Watch this File
|
| File Information |
| Description |
Convert an xml file into a MATLAB structure for easy access to the data. |
| Acknowledgements |
This file inspired
Open Street Map Functions.
|
| MATLAB release |
MATLAB 7.9 (R2009b)
|
| Other requirements |
xmlread |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 21 Aug 2010 |
Decreased the processing time for large XML files |
| 22 Nov 2010 |
Removed the assumption that the filename should have a '.xml' extension |
| 24 Nov 2010 |
Corrected the uploaded file |
| 04 Jul 2011 |
Attribute parsing speed increased by 40% |
| 02 Jan 2012 |
The function now replaces element and attribute names containing - by _dash_, . by _dot_ and : by _colon_ |
| 14 May 2012 |
Speed improvement due to X. Mo and added support for cdata and comments. |
| 15 May 2012 |
Small bugfix in the CDATA and Comment structure fields. |
|
Contact us