Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -

Please note that the recommended version of Scilab is 5.3.3. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Elementary Functions > isvector

isvector

check if a variable is a vector

Calling Sequence

t=isvector(x)

Arguments

x

vector or matrix

t

a boolean

Description

isvector(x) returns true if x is a vector (one of its dimension is different from 1).

Examples

isvector(ones(10,1))
isvector(1)
<< isequalbitwise Elementary Functions log >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:44:14 CEST 2011