変数がベクトルかどうかを調べる
t=isvector(x)
ベクトルまたは行列
論理値
isvector(x)は x がベクトル(次元の1つが1以外)の場合に真を返します.
isvector(x)
x
isvector(ones(10,1)) isvector(1)