A MATLAB class and example implementing a custom file datastore. This component allows you to read time series data stored as simple variables within Hierarchical Data Format 5 (H5 / HDF5). The data may be read from a series of individual files, and assumes that every file in the set contains the same variable names you want to read with the same attributes. The reading takes place by chunks of rows of the data matrices.
More information on MATLAB Datastore can be found here:
https://www.mathworks.com/help/matlab/datastore.html
Robyn Jackey (2021). HDF5 custom file datastore for timeseries in MATLAB (https://github.com/rjackey/H5DatastoreML), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.