how to read h5 file in matlab

20 views (last 30 days)
MakM
MakM on 7 Jul 2022
Commented: NIVEDITA MAJEE on 8 Jul 2022
I have save a .h5 file using hdf5write function in MATLAB, like this 'hdf5write('myfile.h5','/coordinates',coord);'. the h5 file consists of 10x3 rows and columns, First column is the time and the other columns are the coordinates values, now I want to read the h5 by giving it the time and get the coordinates. it is possible?
I have attached the image I want to give the start and end time in the red box to get this whole table in h5 file in matlab.

Answers (0)

Categories

Find more on Data Import and Export in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!