Filter löschen
Filter löschen

Read multiple datasets from HDF

1 Ansicht (letzte 30 Tage)
Riccardo Mincigrucci
Riccardo Mincigrucci am 1 Jun. 2019
Bearbeitet: per isakson am 25 Jun. 2019
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

Antworten (1)

Sambit Senapati
Sambit Senapati am 14 Jun. 2019
Currently hdfread doesn't support this workflow.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by