Programming |
Exporting to XML Documents
With the xmlwrite
function, you can serialize a Document Object Model (DOM) node to an XML file.
MATLAB also provides these other XML functions:
xmlread
-- Imports from a given URL or file to a Document Object Model node
xslt
-- Transforms an XML document using an XSLT engine
See the reference pages for these functions for more information.
Using the diary Function to Export Data | Working with Graphics Files |
© 1994-2005 The MathWorks, Inc.