Scilab 6.0.0
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &, &&
- cat
- ind2sub
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
isempty
変数が空の行列または空のリストかどうかを調べる
呼び出し手順
t=isempty(x)
引数
- x
ベクトルまたは行列またはリスト
- t
論理値
説明
isempty(x)
はx
が空の行列または
空のリストの場合に真を返します.
Report an issue | ||
<< iscolumn | Elementary Functions | isequal >> |