XML data import
by Matt G
08 Jan 2008
(Updated 13 Aug 2009)
Returns data stored in an xml file to a variable or multiple variables.
|
Watch this File
|
| File Information |
| Description |
xmlData.m extracts data stored in an xml file and returns variable(s) to MATLAB. There is also an optional argument to accept an xml transform to convert the xml file into the required form.
The purpose of this function is to allow data-driven MATLAB programming while maintaining a data file that is used by other applications and is also human readable. |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 27 Feb 2008 |
Added screenshot |
| 27 Feb 2008 |
Updateed scrren shot the screen shot from earlier today showed the wrong xml file |
| 28 Feb 2008 |
The last update removed the zip file |
| 18 Jun 2008 |
Modified transform to organize matricies in the form
[[1;2;3;] [4;5;6] ]
rather than
[1,2,3,;4,5,6,;].' |
| 23 Jun 2008 |
Changed zip format |
| 13 Aug 2009 |
Modified summary text. |
|
Contact us at files@mathworks.com