dash.dataSource.text.load
Load data from a delimited text file
Syntax
Description
Loads data from a delimited text 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 text 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