dash.dataSource.hdf.load

Load data from a HDF5 source


Syntax



Description

X = obj.load(indices)

Loads data from a HDF source at the requested linear indices. Acquires data along strided intervals but only returns requested indices.


Input Arguments

indices

cell vector [nDims] {vector, 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 linear indices.

Output Arguments

X

array
The loaded data