Read multiple datasets from HDF

조회 수: 1 (최근 30일)
Riccardo Mincigrucci
Riccardo Mincigrucci 2019년 6월 1일
편집: per isakson 2019년 6월 25일
I usually have to read multiple datasets from a single HDF file. Something like :
v1=hdfread(hdffile,dataset1);
v2=hdfread(hdffile,dataset2);
v3=hdfread(hdffile,dataset3);
...
Is there any way to read all the 3 datsetes with a single call ? Like:
[v1,v2,v3]=hdfread(hdffile,dataset1,dataset2,dataset3);
Best

답변 (1개)

Sambit Senapati
Sambit Senapati 2019년 6월 14일
Currently hdfread doesn't support this workflow.

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by