Create HDF5 data set
h5create(filename,datasetname,size,Name,Value)
h5create(
creates
an HDF5 data set in the file specified by filename
,datasetname
,size
,Name,Value
)filename
.
|
Character vector or string scalar specifying the name of an HDF5 file. If
|
|
Character vector or string scalar specifying the name of the data set you want to create. If
|
|
Array specifying the extents of the dataset. To specify an unlimited
extent, set the corresponding element of |
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
|
Any of the following MATLAB® datatypes.
Default: | ||||||||||
|
Defines chunking layout. Default: Not chunked | ||||||||||
|
Defines gzip compression level (0-9). Default: 0 | ||||||||||
|
Defines the fill value for numeric data sets. | ||||||||||
|
Turns on the Fletcher32 checksum filter. Default: | ||||||||||
|
Turns on the Shuffle filter. Default: | ||||||||||
|
Character encoding, specified as
Default: |