How to read data from xml files? (Loop all Parent and child nodes and get entire data to Excel)
3 ビュー (過去 30 日間)
古いコメントを表示
Please Help me to sort out this problem
回答 (2 件)
rifat
2014 年 5 月 26 日
Use xmlread() function. see the documentation. http://www.mathworks.com/help/matlab/ref/xmlread.html
0 件のコメント
Geoff Hayes
2014 年 5 月 26 日
Varun - what code do you have so far? If you have an xml file, then you can read the data from it with xmlread ( http://www.mathworks.com/help/matlab/ref/xmlread.html). Start with that and determine how to iterate over the parent and child nodes. From there, use the xlswrite ( http://www.mathworks.com/help/matlab/ref/xlswrite.html) to write the data to the Excel spreadsheet in whatever format you desire.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!