HDF5 Diskmap Class

版本 1.1.0.0 (7.1 KB) 作者: Piers
Matlab class to create and access HDF5 datasets transparently as Matlab variable.
368.0 次下载
更新时间 2011/6/7

查看许可证

Matlab class to create and access HDF5 datasets transparently as Matlab variable. Data can be accessed and written with subscript referencing and assignment methods, just like matlab variables, only size must be explicitly changed, and brackets or conversion to double is needed if the full dataset needs to be used, like a() or double(a). Any number of dimensions is supported.

Uses a improved version of h5datacreate from http://www.mathworks.com/matlabcentral/fileexchange/17172-hdf5tools

Similar to http://www.mathworks.com/matlabcentral/fileexchange/21306-hdf5-diskmap-class , but implemented using a newer Matlab class definition and a bit more complete.

Linear or multidimensional boolean indexing is not yet supported.

引用格式

Piers (2024). HDF5 Diskmap Class (https://www.mathworks.com/matlabcentral/fileexchange/31703-hdf5-diskmap-class), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 HDF5 的更多信息
致谢

参考作品: HDF5 Diskmap Class, HDF5TOOLS

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

description

1.0.0.0