dash.dataSource.hdf.loadStrided

Load data from a HDF source at strided indices


Syntax



Description

X = obj.loadStrided(stridedIndices)

Loads data from a HDF source at specified strided linear indices


Input Arguments

stridedIndices

cell vector [nDims] {vector, strided linear indices}
The indices of data elements along each dimension to load from the HDF5 file. Should have one element per dimension of the variable. Each element holds a vector of strided linear indices.

Output Arguments

X

array
The loaded data