📜  在 python 中读取 .mat 文件 - 任何代码示例

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

代码示例4
with h5py.File('test.mat', 'r') as file:
    a = list(file['a'])