MATLAB Application Program Interface Reference | Help Desk |
mxIsFull
Inquire if anmxArray
is full
integer*4 function mxIsFull(pm) integer*4 pmpm 1 if the
mxArray
is full, 0 if it is sparse.
Call mxIsFull
to determine if an mxArray
is stored in full form or sparse form.