Reading and writing xml in MATLAB Posted on March 18, 2017 by Puneet MATLAB has some built-in APIs to read and write xml files, viz., xmlread and xmlwrite. Check out the xmlread link above to see examples of how the DOM elements can be parsed with MATLAB. Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related