h5write
Writes HDF5 data set.
Syntax
h5write(filename, location, value)
Input argument
filename - a string: hdf5 filename.
location - a string: full path identifying a data set.
value - a value: supported types: double, uint64, uint32, uint16, uint8 single, int64, int32, int16, int8 or character array.
Description
h5write writes data to an entire data set, location, in the HDF5 file.
Example
See also
History
Author
Allan CORNET
Last updated