External Interfaces/API Reference |
C Syntax
Arguments
array_ptr
Pointer to an array.
Returns
true
if the mxArray
is empty, and false
otherwise.
Description
Use mxIsEmpty
to determine if an mxArray
contains no data. An mxArray
is empty if the size of any of its dimensions is 0.
Note that mxIsEmpty
is not the opposite of mxIsFull
.
Examples
S
ee mxisfinite.c
in the mx
subdirectory of the examples
directory.
See Also
mxIsDouble | mxIsFinite |