tinyxml2 wrapper

버전 1.7.1 (45.1 KB) 작성자: Ladislav Dobrovsky
tinyxml2_wrap - XML serializing/deserializing of MATLAB arrays
다운로드 수: 2.6K
업데이트 날짜: 2019/3/8

라이선스 보기

can handle:
- real and complex matrices: scalars, 1D, 2D, N-D arrays
- struct arrays
- cell arrays
- function handles
- nesting of structures/cells
NOT supported: objects, xml attributes (are used for types and sizes)
usage:
tinyxml2_wrap('save', filename, variable)
tinyxml2_wrap('save', filename, variable, exportOptions)
variable = tinyxml2_wrap('load', filename)
... parse, format, version modes: see help
compile with:
mex tinyxml2_wrap.cpp tinyxml2.cpp
performance:
on average up to 10x speedup over using XML Toolbox by Marc Molinari

인용 양식

Ladislav Dobrovsky (2024). tinyxml2 wrapper (https://www.mathworks.com/matlabcentral/fileexchange/48308-tinyxml2-wrapper), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Structured Data and XML Documents에 대해 자세히 알아보기
도움

받음: XML Toolbox

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.7.1

dependencies and description update

1.7

format and parse modes - XML in strings, not files
description

1.5.0.0

N-D arrays (Peter van den Biggelaar)
function handles (Ladislav Dobrovsky)

1.4.0.0

proper loading of struct arrays without explicit indexes (thx to Peter van den Biggelaar)

1.3.0.0

custom format for double and single floating point,
control of export class and size of variables,
uint8, int8 bug resolved,
uint32 bug resolved

1.2.0.0

typo; performance

1.1.0.0

syntax

1.0.0.0