Is it possible to merge HDF5 files?
Show older comments
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
More Answers (0)
Categories
Find more on HDF5 in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!