h5close Close a HDF5 object Calling Sequence h5close([obj_1 [, obj_2 [, ...]]]) Arguments obj_i a H5Object Description Close an object and all its descendants. That allows to free all the memory associated to this object. All the buffers associated to the file are flushed before closing it. With no arguments, all the opened objects are closed. Examples See Also h5open h5group h5dataset h5attr History 5.5.0 HDF5 module introduced.