Programmer Guide/Command Reference/EVAL/vsubn: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
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.