Matlab way to open a command like H5PY does?

1 回表示 (過去 30 日間)
Darin McCoy
Darin McCoy 2013 年 10 月 15 日
編集済み: per isakson 2014 年 10 月 29 日
I have a command that I currently run in python using the H5PY library
fid = h5py.File(fstring, 'r')
dd = next(iter(fid.values()))
I want to try to run a similar command in Matlab. However, the closest command that I can find is H5info which appears to be a high level command. Are there lower level commands available that would allow me to do this?

回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 10 月 15 日
編集済み: Sean de Wolski 2013 年 10 月 15 日
doc H5F
Will give you access to low-level HDF5 commands.

カテゴリ

Help Center および File ExchangeHDF5 についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by