[TOC]
isempty
Determine if an array is empty
Usage
isempty(A)
A
should be an array.
It returns logical 1 if
A
is empty, and logical 0 if otherwise.
An array is empty if any one of its dimensions has zero length.