Is it possible to merge HDF5 files?

63 views (last 30 days)
I'd like to merge two HDF5 files into one. My files have several dozen sub-levels and sub-sub-levels of data columns. For a simple column of data I could do something like
x_combined = [x1;x2];
How do I do this for entire .h5 files?

Accepted Answer

per isakson
per isakson on 5 Nov 2014
Edited: per isakson on 5 Nov 2014
  1 Comment
Chad Greene
Chad Greene on 7 Nov 2014
Dang, I was hoping for some simple Matlab function called h5merge.

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!