vsubn
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Contents
vsubn
Extract the subvector x[o .. o+n-1] from the vector x.
Usage:
vsubn(x,o,n)
Parameters:
- x
- The input vector or array.
- o
- The offset (an integer).
- n
- The number of values to extract.
Result:
The result is a scalar or a vector with the selected elements from x.