xml2struct

版本 1.8.0.0 (2.9 KB) 作者: Wouter Falkena
Convert an xml file into a MATLAB structure for easy access to the data.
43.2K 次下载
更新时间 2012/5/15

查看许可证

Convert an xml file into a MATLAB structure for easy access to the data.

引用格式

Wouter Falkena (2024). xml2struct (https://www.mathworks.com/matlabcentral/fileexchange/28518-xml2struct), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Structured Data and XML Documents 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.8.0.0

Small bugfix in the CDATA and Comment structure fields.

1.7.0.0

Speed improvement due to X. Mo and added support for cdata and comments.

1.5.0.0

The function now replaces element and attribute names containing - by _dash_, . by _dot_ and : by _colon_

1.4.0.0

Attribute parsing speed increased by 40%

1.3.0.0

Corrected the uploaded file

1.2.0.0

Removed the assumption that the filename should have a '.xml' extension

1.1.0.0

Decreased the processing time for large XML files

1.0.0.0