Explore an hdf5 file
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I would like to post treat information from a software called PAM-RTM which simulate injection of resin. Output files are erfh5 that is a kind of hdf5.
So I am discovering this file format and especially the structure of these output files. When I used to program in PHP, there was a function called print_r() enabling to explore the structure of an array to know what are the information that it contains. http://php.net/manual/fr/function.print-r.php
I would like to know if there is an equivalent of this function to explore hdf5 files in matlab.
BR,
Max
0 Kommentare
Akzeptierte Antwort
John
am 4 Mai 2012
Go to MATLAB Central and search for HDF5TOOLS. It has a function called H5DUMP that should work on 2009a.
Weitere Antworten (3)
per isakson
am 4 Mai 2012
Did you search the Matlab documentation? Yes there is! Try
info = h5info( filespec );
0 Kommentare
Siehe auch
Kategorien
Mehr zu HDF5 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!