<< h5ls | HDF5 | h5readatt >> |
val = h5read(filename, location) |
a string: hdf5 filename.
a string: full path identifying a data set.
a nelson's variable.
h5read reads data set in location from the HDF5 file.
h5_directory = [modulepath('hdf5','tests'), '/h5'];
double_data = [h5_directory, '/h5ex_t_float.h5'];
R = h5read(double_data,'/DS1')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET