isempty
- 文档
- Syntax:
TF = isempty(A)
- Description
TF = isempty(A)
returns logical 1 (true) if A is empty, and logical 0 (false) otherwise. An empty array, table, or timetable has at least one dimension with length 0, such as 0-by-0 or 0-by-5.
- Description