vsubn

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 17:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
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