0
私はpandas.read_pickle( 'X.h5'、 'r')としてPythonで読むことができる.h5ファイルを持っています。今私はこれをMATLAB-2014aにロードしたいのですが、データセット名はわかりません。 私は情報を取得しようとしましたが、エラーデータセット名を知らずにmatlabの.h5ファイルを読む
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
誰かがこの点で助けることができました。
どちらもうまくいきませんでした。問題に言及したのと同じエラーが出る –