This is a ridiculously simple and inefficient XML parser for MATLAB. I had the need to read in a particular xml file one day and noticed that it had a nice trait: the parse tree can be represented by ...
The DcmParser m-script reads the DCM file and convert its data into a containers.Map object. This object retains DCM metadata, comments, and data order for reproducing DCM file from the object using ...