HDF5TOOLS

Version 1.12.0.1 (169 KB) by John
Versatile HDF5 Utilities
4K Downloads
Updated 1 Sep 2016

View License

Command-line utilities for use with HDF5 files. Included are
H5DUMP: dumps metadata to the screen
H5VARGET: reads hdf5 datasets
H5VARPUT: writes data to hdf5 datasets
H5ATTGET: reads hdf5 attributes
H5ATTPUT: writes hdf5 attributes
H5FILECREATE: create hdf5 file
H5DATACREATE: create hdf5 dataset
H5PROPINFO: retrieves property image information

Cite As

John (2024). HDF5TOOLS (https://www.mathworks.com/matlabcentral/fileexchange/17172-hdf5tools), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: HDF5 Diskmap Class

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.12.0.1

Updated license

1.12.0.0

Added two new functions suggested by customer. Optimized H5VARGET with better choice of H5D.read parameters.

1.11.0.0

Allowing for 2D char attributes. Fixed typo for H5DUMP and clearly stated release requirements. Removed 3-argument signature for H5ATTPUT.

1.10.0.0

Updated H5DUMP for R2009b

1.9.0.0

Bounds selection fix in H5VARGET, test suite fix. Thanks to Jon Olav for finding this.

1.8.0.0

Credits The HDF Group for some of the test files.

1.7.0.0

fixed h5varput bug, 'H5S_ALL' is not appropriate for partial writes

1.6.0.0

Fixed bug in fill value handling for H5VARGET and H5VARPUT. Added support for bit field datatypes in H5DUMP.

1.5.0.0

Updated H5PROPINFO for new properties.
Removed garbage version of H5DUMP.
Fixed several testing issues.

1.4.0.0

Adjusted expected values for H5PROPINFO for the correct HDF5 library version.
Minor fixes to H5DUMP.

1.3.0.0

Rewrite of H5DUMP. Added H5IMREAD, H5IMFINFO functions.

1.2.0.0

Added int16 enum support, NaN support for fillvalues in double, single precision datasets. Fixed invalid fieldname issue in H5PROPINFO.

1.1.0.0

Added new H5PROPINFO m-file. Some error checking changes. Fixed int64 bug on H5ATTPUT on 32-bit platforms.

1.0.0.0

Fix to compensate for enum byte swapping issue.
Added preference for full enumeration support.