|
|
|
|
|
If you want to format your data output as an XML file, here's how to do it without doing any complicated string handling. MATLAB can use the XML handling capabilities of Java very easily. Here's how: Assume that your data is available in arrays arrData1 and arrData2. Create an XML document node, say Node1 as follows:
Now put the data in the data nodes..
Now save the XML document. You can save it directly, or use uiputfile to get the standard save dialog of the OS.
To see more ways of using XML with MATLAB, refer to Java's documentation and play around to see what works. |
#6 Anil Member Posted 1 year ago |
|
I have one doubt here: what is the size limit to create a xml function this way. Pls, any help? |
#11 Glavina Member Posted 1 year ago |
| RSS feed for this topic |
You must log in to post.
| Tags:
|
| © 2009 Anil Kandangath. All posts are owned by the whoever posted them. Share your knowledge. |
| The Math Root is proudly powered by bbPress.. This site is not affiliated with The MathWorks™ or Wolfram Research. // Theme by Mike Lothar |