h5writeatt
Write attribute to HDF5 file
Description
h5writeatt(
writes filename
,loc
,attr
,val
,'TextEncoding'
,encoding
)attr
to the specified location in the HDF5 file using the
specified encoding. 'UTF-8'
is the default setting for
'TextEncoding'
, while 'system'
uses the
system encoding to represent characters. It is usually unnecessary to specify
'system'
as the encoding.
Examples
Input Arguments
Limitations
h5writeatt
does not support writing to files stored remotely in HDFS™.The
h5writeatt
function issues an error for attributes and datasets that fail file integrity checks. To write attributes in such situations, use theH5P.set_relax_file_integrity_checks
function and the low-level HDF5 interface. (since R2024b)