vsubn

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 14:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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.

Navigation menu

Personal tools