Prev: Creating a structure of arbitary depth from a cell array of strings
Next: Creating a structure of arbitary depth from a cell array of
From: Steven Huff on 10 Jun 2010 14:41 I have some very large XML files, up to 10mB each, that I need to read into Matlab structures. I have tried the native xmlread and several other XML readers / parsers posted on Matlab Central's File Exchange. They all work OK but have yet to find a function that can do it without taking minutes per file. Anyone run across a fast(er) XML reader function? |