Scilab 5.4.0
      
      - Scilab help
 - Elementary Functions
 - bitwise
 - Complex
 - Discrete mathematics
 - elementarymatrices
 - Exponential
 - Floating point
 - Integer representation
 - matrixmanipulation
 - matrixoperations
 - searchandsort
 - setoperations
 - signalprocessing
 - symbolic
 - Trigonometry
 - and
 - &
 - cat
 - cell2mat
 - cellstr
 - isempty
 - isequal
 - isvector
 - lstsize
 - maxi
 - mini
 - modulo
 - ndims
 - nthroot
 - or
 - |
 - sign
 - size
 - sort
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
isvector
変数がベクトルかどうかを調べる
呼び出し手順
t=isvector(x)
パラメータ
- x
 ベクトルまたは行列
- t
 論理値
説明
isvector(x)は x
            がベクトル(次元の1つが1以外)の場合に真を返します.
例
isvector(ones(10,1)) isvector(1)
| Report an issue | ||
| << isequal | Elementary Functions | lstsize >> |