xml2struct

버전 1.8.0.0 (2.94 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