check if a variable is a vector
t=isvector(x)
:x vector or matrix : :t a boolean :
isvector(x) returns true if x is a vector (only one of its dimension is different from 1).
isvector(`ones`_(10,1)) isvector(1)
Enter search terms or a module, class or function name.