필터 지우기
필터 지우기

How can I write a struct data into h5 file?

조회 수: 52 (최근 30일)
Xiao Jin
Xiao Jin 2019년 12월 13일
답변: Isaac Li 2022년 2월 9일
Hello everyone,
I have opened a .h5 file with MATLAB and want to change a dataset, which datatype ist H5T_COMPOUND (struct). I have written a new struct data (same struct, just one field's value changed), do you know how to write it into h5 file? Thank you!
Best Regards
Xiao

답변 (4개)

Isaac Li
Isaac Li 2022년 2월 9일
I adapted the code from https://support.hdfgroup.org/HDF5/examples/api18-m.html and created a file exchange function struct2hdf5 for everyone to use: https://www.mathworks.com/matlabcentral/fileexchange/106470-struct2hdf5

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019년 12월 16일
hdf5write' can be used to write data to a file in ‘.h5’ format.
For more information on how to use ‘hdf5write’ refer to the following link
  댓글 수: 1
per isakson
per isakson 2019년 12월 20일
Why recommend hdf5write rather than h5write ?

댓글을 달려면 로그인하십시오.


per isakson
per isakson 2019년 12월 20일
편집: per isakson 2019년 12월 21일
If the Matlab support of HDF5 has not been updated in the most recent years there is no high level support for writing compound data to h5-files.
I found only this in the File Exchange Edit_struct_hdf5 by Renato Medeiros. It might be useful to you.
It can be done with the low level HFD5 functions, but I find it a bit tricky, YMMV. Did you study the low level Matlab samples at https://support.hdfgroup.org/HDF5/examples/api18-m.html, especially
  • Read / Write Compound Datatypes (Dataset) h5ex_t_cmpd.m and
  • Read / Write Compound Datatypes (Attribute) h5ex_t_cmpdatt.m

Xiao Jin
Xiao Jin 2020년 1월 16일
I solved the problem. Thanks for you help!
  댓글 수: 1
Richard Curry
Richard Curry 2020년 4월 6일
Could you tell us how you solved the problem pleasse? I'm having the same issue.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by