how to extract data from metadata in matlab?

I have a dataset in metadata format hdf5 (redd.h5 come from python) I wanted to write a function that allows me to import and extract these data in matlab. I do not know how to start. I need a track, please

Answers (2)

You should to refer to the following links in file exchange

5 Comments

Thank you Walter Roberson. i have a problem with h5read () when i'm doing this code with h5info it works
building1=h5read('path/redd.h5','/building1/elec/meter1')
but with H5read () it will return this error :
  • Error using h5readc
  • The HDF5 library encountered an error and produced the following stack trace information:
  • H5Dopen2 not a dataset
  • Error in h5read (line 58)
  • [data,var_class] = h5readc(Filename,Dataset,start,count,stride);
Yes, This data comes from http://redd.csail.mit.edu/ ?
Atch, needs a username and password to download the data.
Inouss
Inouss on 26 Jun 2019
Edited: Inouss on 26 Jun 2019

Sign in to comment.

Asked:

on 24 Jun 2019

Edited:

on 26 Jun 2019

Community Treasure Hunt

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

Start Hunting!