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 Center および File ExchangeHDF5 についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by