i working 2 different languages i.e. matlab , python. created 5 variables in matlab. each variable has size- (150x1) cells shown below:
each cell has size of (128 x (:)) shown below:
i saved workspace .mat file using -v7.3 hdf5 format.
in python, loaded .mat file using h5py. able load variables unable extract values each variable.
i statement "array([[], dtype=object)" values not loaded python workspace. load 150 cells o variable a. how de-reference hdf5 reference?
maybe should save data in regular hdf5 file. .mat file based on hdf5, not plain hdf5 file.
in matlab can natively using http://es.mathworks.com/help/matlab/import_export/exporting-to-hierarchical-data-format-hdf5-files.html