dash.dataSource.nc.loadStrided
Load data from a NetCDF file at strided indices
Syntax
Description
X = obj.loadStrided(stridedIndices)
Load data from the variable in the NetCDF file at the specified strided indices
Input Arguments
stridedIndices
cell vector [nDims] {vector, strided linear indices}
The indices of data elements along each dimension to load from the NetCDF 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