Hey,
I'm trying to visualize a hdf5 file with matlab. Using this commands to read, store and create an image. Here is my script:
h5info = hdf5info('xlsmask_3155_d_6__Block_0759_Slice_.h5');
dset = hdf5read(h5info.GroupHierarchy.Groups(2).Datasets(1));
image1 = hdf5read('xlsmask_3155_d_6__Block_0759_Slice_.h5',dset);
It just shows me an error in line 3 that I don't understand. Can someone explain me whats wrong?
Cheers, Sebi
3 Comments
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/305118-visualizing-hdf5-in-matlab#comment_394862
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/305118-visualizing-hdf5-in-matlab#comment_394862
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/305118-visualizing-hdf5-in-matlab#comment_394872
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/305118-visualizing-hdf5-in-matlab#comment_394872
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/305118-visualizing-hdf5-in-matlab#comment_396574
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/305118-visualizing-hdf5-in-matlab#comment_396574
Sign in to comment.