Basically what I was looking for. The help should indicate what happens when the read or write operations fail. A function to simply get the size and type of a data set would be handy.
Works exactly as it should. This mimics the higher-level MATLAB HDF5 functions in terms of simplicity, but gives access to lower-level functionality. Great!
Basically what I was looking for. The help should indicate what happens when the read or write operations fail. A function to simply get the size and type of a data set would be handy.
Very handy tools.
It took a while to figure out that 'chunk_size' is needed to set 'max_size' for h5datacreate.
I needed to set the fill value, so I added that option.
Also there is a small bug in 'max_size', inf isn't handled correctly.
see http://www.toverlamp.org/static/h5datacreate.m and incorporate changes if you want.
Works exactly as it should. This mimics the higher-level MATLAB HDF5 functions in terms of simplicity, but gives access to lower-level functionality. Great!