HDF5到Matlab表的界面功能:将表转换为HDF5,然后再次返回。-matlab开发

时间:2024-06-18 11:46:00
【文件属性】:

文件名称:HDF5到Matlab表的界面功能:将表转换为HDF5,然后再次返回。-matlab开发

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-18 11:46:00

matlab

将 Matlab 表转换为 HDF5 并返回。 具有为某些列附加新数据的逻辑: % 例子 % 使用由名称为 {'col1Name', 'col2Name'} 的表列组成的继承关系将表 exampleTable 写入 myfile,h5 writeTableToHDF5('myfile.h5', exampleTable, {'col1Name', 'col2Name'}) % 读回表中两列的特定值tmpTable = readHDF5ToTable('myfile_fut.h5',{'col1Name', 'col2Name'}, {'value1', 'value2'}) % 追加数据(将根据 {'col1Name', 'col2Name'} 的值覆盖/追加) appendTableToHDF5('myfile.h5', exampleTable, {'col1Name', 'co


【文件预览】:
tableToHDF5.zip

网友评论