Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
This function converts a MATLAB structure into a XML file.
Zitieren als
Wouter Falkena (2026). struct2xml (https://de.mathworks.com/matlabcentral/fileexchange/28639-struct2xml), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: struct2xml with bug fix, struct2xml( s, varargin ), Microscopy Image Browser (MIB), Microscopy Image Browser 2 (MIB2)
Allgemeine Informationen
- Version 1.7.0.0 (3 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.7.0.0 | The function now replaces element and attribute names containing _dash_ by -, _dot_ by . and _colon_ by : |
||
| 1.6.0.0 | Bugfix in val2str subfunction |
||
| 1.5.0.0 | Removed the for-loop in the val2str subfunction, thereby increasing the speed drastically. |
||
| 1.4.0.0 | Increased the speed of the str2val subfunction by removing the for-loop and making use of the suggestion of T. Lohuis. |
||
| 1.3.0.0 | Improved processing speed for multiline strings (or arrays) by 160%. |
||
| 1.2.0.0 | Added the on-screen output functionality suggested by Philipp Orth |
||
| 1.1.0.0 | Added a warning for ill-formatted Attributes |
||
| 1.0.0.0 |
