h5closeClose a HDF5 objectCalling Sequence
h5close([obj_1 [, obj_2 [, ...]]])
Argumentsobj_ia H5ObjectDescriptionClose 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.ExamplesSee Also
h5open
h5group
h5dataset
h5attr
History5.5.0HDF5 module introduced.