val = h5read(filename, location)
| Parameter | Description |
|---|---|
| filename | a string: hdf5 filename. |
| location | a string: full path identifying a data set. |
| Parameter | Description |
|---|---|
| val | 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 |