Write HDF5 attribute
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.
h5writeatt
does not support writing to files stored
remotely in HDFS™.