hdf5write
(Not recommended) Write data to file in HDF5 format
hdf5write
is not recommended. Use h5write
instead.
Syntax
Description
hdf5write(
writes the data filename
,loc
,ds
)ds
to an HDF5 file specified by
filename
. If filename
does not exist,
hdf5write
creates it. If filename
exists,
hdf5write
overwrites the existing data in the file by default.
The data can be appended to an existing file using an optional name-value argument.
hdf5write(___,
specifies optional name-value arguments, in addition to any of the input arguments in the
previous syntaxes. Name,Value
)
Input Arguments
Name-Value Arguments
Examples
More About
Version History
Introduced before R2006a