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

Respuestas (2)

Himanshu Rai
Himanshu Rai el 25 de Jun. de 2019

0 votos

You should to refer to the following links in file exchange
Walter Roberson
Walter Roberson el 25 de Jun. de 2019

0 votos

5 comentarios

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);
Walter Roberson
Walter Roberson el 26 de Jun. de 2019
Is that data from http://redd.csail.mit.edu/ ?
Inouss
Inouss el 26 de Jun. de 2019
Editada: Walter Roberson el 26 de Jun. de 2019
Yes, This data comes from http://redd.csail.mit.edu/ ?
Walter Roberson
Walter Roberson el 26 de Jun. de 2019
Atch, needs a username and password to download the data.
Inouss
Inouss el 26 de Jun. de 2019
Editada: Inouss el 26 de Jun. de 2019

Iniciar sesión para comentar.

Etiquetas

Preguntada:

el 24 de Jun. de 2019

Editada:

el 26 de Jun. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by