Matlab way to open a command like H5PY does?
조회 수: 1 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
Sean de Wolski
2013년 10월 15일
편집: Sean de Wolski
2013년 10월 15일
doc H5F
Will give you access to low-level HDF5 commands.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 HDF5에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!