...
The following example shows how to create an empty dataset. It creates a file called dset.h5
in the C version (dsetf.h5
in Fortran), defines the dataset dataspace, creates a dataset which is a 4x6 integer array, and then closes the dataspace, the dataset, and the file:
HTML Wrap |
---|
See HDF5 Introductory Examples for the examples used in the Learning the Basics tutorial.
For details on compiling an HDF5 application: [ Compile Information ]
...