Read a timeseries with h5py
16 次查看(过去 30 天)
显示 更早的评论
Hello Community,
I have matfile that I would like to read with h5py but I cannot understand the output. So I used HDF viewer to see if that could lead somewhere but I cannot understand how time series are stored in HDF5.
My example is simple, it is a matfile with just 1 timeserie :
timeseriechannel : 1*1 single simeseries
When I open it in the HDF5 viewer I get the following :
- timeserie = [3707764736 1 1 1 5] --> not the time and data I expected
- I find the time under /#refs#/p
- I find the data under /#refs#/y
How could I expect that ? I gues that some how there is a game of handle and reference, but I cannot find the standard anywhere.
Thank you in advance for the support.
采纳的回答
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 HDF5 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!