MATLAB is not recognizing .h5 files; do I need a different version?

I've downloaded VIIRS satellite data from NOAA/CLASS in .h5 format and tried to import it into MATLAB but .h5 is not recognized. Is there another version I need (R2013a) or am I doing something wrong?

2 Kommentare

Please post the command and the error message.
The Matlab R2013a support of HDF5 is good. Try
h5disp( filename )
What does it return?

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Sean de Wolski
Sean de Wolski am 30 Okt. 2014

1 Stimme

Are you using h5read?

2 Kommentare

No, I was using the Import Data tab.
Ah, it doesn't support hdf5. Use the h5read instead.

Melden Sie sich an, um zu kommentieren.

Alaa Mhawish
Alaa Mhawish am 31 Jul. 2016
Bearbeitet: Walter Roberson am 31 Jul. 2016
Matlab support hdf5 files , use this command to access AOD data.
AOD_550 = h5read('GAERO-VAOOO_npp_d20150106_t1836417_e1842221_b16548_c20160724094859907194_noaa_ops.h5', '/All_Data/VIIRS-Aeros-EDR_All/AerosolOpticalDepth_at_550nm');

Tags

Gefragt:

am 30 Okt. 2014

Bearbeitet:

am 31 Jul. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by