- `TF = isempty (A)`

Return true if `A` is an empty matrix (any one of its dimensions is zero).

See also: `isnull`, `isa`.

### References

- https://www.mathworks.com/help/matlab/ref/isempty.html
- https://octave.sourceforge.io/octave/function/isempty.html
