HDF5TOOLS

버전 1.12.0.1 (169 KB) 작성자: John
Versatile HDF5 Utilities
다운로드 수: 4.2K
업데이트 날짜: 2016/9/1

라이선스 보기

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

인용 양식

John (2025). HDF5TOOLS (https://www.mathworks.com/matlabcentral/fileexchange/17172-hdf5tools), MATLAB Central File Exchange. 검색 날짜: .

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

도움 준 파일: HDF5 Diskmap Class

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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.