ISVECTOR Test For a Vector
Section: Inspection Functions
Usage
This function tests to see if the argument is a vector. The syntax forisvector is
x = isvector(y)
and it returns a logical 1 if the argument is size N x 1 or
1 x N and a logical 0 otherwise.
