Matlab h5read get errors
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Hi,
When I use
    h5read('recording_20190423_164519.hdf5','/g4/lat'),
got some errors as below: 
Error using h5readc
The HDF5 library encountered an error and produced the following stack trace information:
    H5G_traverse_real    component not found
    H5G_traverse         internal path traversal failed
    H5G_loc_find         can't find object
    H5Dopen2             not found
Error in h5read (line 58)
[data,var_class] = h5readc(Filename,Dataset,start,count,stride);
I am using Matlab 2015a, Does it matter with this? Thanks for help.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
				Mehr zu Scope Variables and Generate Names 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!
