Visualization of hdf5 in Matlab?

17 次查看(过去 30 天)
Bryan
Bryan 2014-5-13
Is it possible to visualize hdf5 files in Matlab like you would with tiff files?

回答(1 个)

Walter Roberson
Walter Roberson 2014-5-13
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!

Translated by