MATLAB: Convert XML file to a MATLAB structure

convertparsexml

I'm trying to convert a XML file to a matlab structure (I want to use numbers and data from the file), I've tried to use the suggested XML parse function from the website, but it does not work.
Is there another function or is there someone who could explain how to use the function? BR Johan

Best Answer

Have you tried the built-in xmlread ? If so then what happened when you tried to use it?