reads a subset of data from the dataset beginning at the location specified in start. The count argument specifies the number of elements to read along each dimension.
data = h5read(filename,ds,start,count,stride) returns a subset of data with the interval between the indices of each dimension of the dataset specified by stride.