Visualization of hdf5 in Matlab?

25 views (last 30 days)
Bryan
Bryan on 13 May 2014
Answered: Walter Roberson on 13 May 2014
Is it possible to visualize hdf5 files in Matlab like you would with tiff files?

Answers (1)

Walter Roberson
Walter Roberson on 13 May 2014
You can use hdf5read() to read the data, followed by an appropriate plot() or image() or imagesc() or surf() or isoslice()

Community Treasure Hunt

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

Start Hunting!