📜  python 打开 mat 文件 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:00.203000             🧑  作者: Mango

代码示例3
import h5py
with h5py.File('test.mat', 'r') as file:
    print(list(file.keys()))