Scilab 6.0.2
Scilabヘルプ >> Elementary Functions > matrixmanipulation > Shape tests > isvector
isvector
変数がベクトルかどうかを調べる
呼び出し手順
t=isvector(x)
引数
- x
ベクトルまたは行列
- t
論理値
説明
isvector(x)
は x
がベクトル(次元の1つが1以外)の場合に真を返します.
例
isvector(ones(10,1)) isvector(1)
Comments
Add a comment:
Please login to comment this page.