GetRows('Vector','StartIndex','Counter','Step')

Arguments

'Vector'

Vector from which to read the individual entries

'StartIndex'

First index from which to read the entries

'Counter'

Number of entries

'Step'

Step size

Description

This function extracts rows of values from a vector (array). A total number 'Counter' of entries is read out based on a 'StartIndex' (the smallest possible index is 0) in steps of the size 'Step'.