我有一个.h5文件,可以以pandas.read_pickle('X.h5','r')的形式在python中读取。现在我想在MATLAB-2014 a中加载这个,我不知道数据集的名称。我试着获取信息,但发现了错误
info=h5info('X.h5');
Error using h5infoc
The HDF5 library encountered an error and produced the following stack trace
information:
H5F_locate_signature unable to find a valid file signature
H5F_super_read unable to find file signature
H5F_open unable to read superblock
H5Fopen unable to open file有人能在这方面提供帮助吗。
发布于 2017-07-19 11:21:51
https://stackoverflow.com/questions/45188757
复制相似问题