Problem in opening HDF5 file
    7 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I am new to HDF5 file format and there is a file I want to open. I simply followed what is given by mathworks example:
    hinfo = hdf5info('example.h5');
    dset = hdf5read(hinfo.GroupHierarchy.Groups(2).Datasets(1));
But MATLAB returned the following message: Improper index matrix reference.
   Improper index matrix reference.
   Error in HDF5_reader (line 8)
   dset = hdf5read(hinfo.GroupHierarchy.Groups(2).Datasets(1));
So what was the problem?
0 comentarios
Ver también
Categorías
				Más información sobre HDF5 en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

