dash.dataSource.Interface.load

Load data from a source file.


Syntax



Description

X = obj.load(indices)

Loads data from a source at the specified LINEAR indices.


Input Arguments

indices

cell vector [nDims] {vector, linear indices}
The indices of data elements along each dimension to load from the source 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 dataset