変数が空の行列または空のリストかどうかを調べる
t=isempty(x)
ベクトルまたは行列またはリスト
論理値
isempty(x)
はx
が空の行列または
空のリストの場合に真を返します.
![]() | isempty() can be overloaded for custom t-lists and m-lists typeof. |
Version | Description |
6.0.2 | isempty() can now be overloaded for custom tlist and mlist typeof. |