メインコンテンツ

Library (H5)

General-purpose functions for use with entire HDF5 library

Description

Use the MATLAB® HDF5 library interface, H5, to perform basic operations and access information on the HDF5 library.

Functions

H5.garbage_collect

Free unused memory in HDF5 library

H5.garbage_collect frees unused memory in the HDF5 library.

H5.get_libversion

Version of HDF5 library

[major,minor,relnum] = H5.get_libversion returns the version of the HDF5 library in use.

 Details

H5.set_free_list_limits

Set size limits on free lists

H5.set_free_list_limits(regGlobalLim,regListLim,arrGlobalLim,arrListLim,blkGlobalLim,blkListLim) sets size limits on all types of free lists.

 Details

H5.close

(Not recommended) No effect

H5.close is not recommended and has no effect.

Before R2026a: H5.close closes the HDF5 library.

H5.open

(Not recommended) No effect

H5.open is not recommended and has no effect.

Before R2026a: H5.open opens the HDF5 library.

Version History

Introduced before R2006a

expand all