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 loads data from a HDF5 file (or optionally a selected part of it) to a Matlab structure. Nested groups are supported, and included as structs nested inside structs.
It can read all data the low-level HDF5 API can handle. (Matlab's own high-level hdf5* can't read for example chunked datasets, at least as of R2008a.)
Complex numbers are also supported; compound datasets with two fields 'r' and 'i' interpreted as complex numbers.
The function also preserves the order of dimensions in the data read, ie., it permutes the data from C order (that's in the file) to Fortran order (Matlab). This is useful when reading HDF5 files generated by non-Matlab software.
Zitieren als
Pauli Virtanen (2026). HDF5 data to struct reader (https://de.mathworks.com/matlabcentral/fileexchange/23934-hdf5-data-to-struct-reader), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: EasyH5
Allgemeine Informationen
- Version 1.1.0.0 (1,08 KB)
-
Keine Lizenz
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | Fix upload; file was 0 bytes. |
||
| 1.0.0.0 |
