search for: hdf5read

Displaying 1 result from an estimated 1 matches for "hdf5read".

Did you mean: hdf5load
2011 Mar 08
1
(no subject)
Hi, I am exporting an HDF5 file from Matlab (hdf5write function). It contains several datasets: one scalar, one vectory, one 2-D array, and one 3-D array. The hdf5read() function in the hdf5 library seems to load everything except the 3-D array. There are no errors reported even with verbosity=1, as if the 3-D array did not exist in the .hdf5 file. However, I can read the 3-D array back in using Matlab or another data analysis package called Igor Pro by Wavemetri...