struct2hdf5

版本 1.0.1 (2.1 KB) 作者: Isaac Li
Converting a matlab struct to a compound HDF5 file. Fields are populated by the struct names.
292.0 次下载
更新时间 2022/7/15

查看许可证

This code is based on sample code from: https://support.hdfgroup.org/HDF5/examples/api18-m.html
The function takes a struct and write to a compound HDF5 file. the fields in the struct will automatically populate in the HDF5. Automatically handles single, double, uint 8,16,32 data types, feel free to add more in the case structure below if your data has different datatypes.

引用格式

Isaac Li (2024). struct2hdf5 (https://www.mathworks.com/matlabcentral/fileexchange/106470-struct2hdf5), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

updated line 17 that threw errors with a more general line.

1.0.0