val = h5read(filename, location)
| Paramètre | Description |
|---|---|
| filename | une chaîne : nom de fichier HDF5. |
| location | une chaîne : chemin complet identifiant un jeu de données. |
| Paramètre | Description |
|---|---|
| val | une variable Nelson. |
h5read lit le jeu de données situé à location dans le fichier HDF5.
h5_directory = [modulepath('hdf5','tests'), '/h5'];
double_data = [h5_directory, '/h5ex_t_float.h5'];
R = h5read(double_data,'/DS1')
| Version | Description |
|---|---|
| 1.0.0 | version initiale |