h5文件(.h5和.hdf5)


HDF5 (.h5, .hdf5)

HDF 是 Hierarchical Data Format(分层数据格式)的缩写 
HDF 版本 5不与 HDF 版本 4 及早期版本兼容。

HDF5 (.h5, .hdf5)—Wolfram 语言参考资料 https://reference.wolfram.com/language/ref/format/HDF5.html

 

 

利用matlab读取.h5文件内容 - doublechenchenchen的博客 - CSDN博客 https://blog.csdn.net/doublechenchenchen/article/details/80600472

 

data = h5read(filename,datasetname)
data = h5read(filename,datasetname,start,count)

data = h5read(filename,datasetname,start,count,stride)

 

从HDF5中显示数据:h5disp('example.h5','/g4/lat')

从HDF5中读取数据: data = h5read('example.h5','/g4/lat')

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM