Sandia Data Archive library

版本 1.1.2.0 (1020.2 KB) 作者: Daniel Dolan
Functions for reading, writing, and probing SDA files
43.0 次下载
更新时间 2017/3/27

查看许可证

This library supports Sandia Data Archive (SDA) files, which use a specific implementation of the HDF5 standard for storing data in a portable manner. SDA files are conceptually similar to MAT files created by the save command, but there are several important differences.
Archive use a unique text label for each record. This label is not restricted by MATLAB's requirements for variable naming, making it easier to identify the contents of each record; records can also have an extended text description that documents the stored data. Archives can store MATLAB variables (of any type) as well as external files (text or binary).
For complete description, refer to the report in the documentation folder. This library is a sample of the broader capabilities of the SMASH toolbox.

引用格式

Daniel Dolan (2024). Sandia Data Archive library (https://www.mathworks.com/matlabcentral/fileexchange/62029-sandia-data-archive-library), MATLAB Central File Exchange. 检索来源 .

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

参考作品: SMASHtoolbox/release

Community Treasure Hunt

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

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

Improved support for nested structures and objects with private properties.

1.1.1.0

Fixed some bugs on heavily nested items (objects in objects inside ....)

1.1.0.0