| External Interfaces/API Reference | ![]() |
Fortran Syntax
integer*4 function mxIsFull(pm) integer*4 pm
Arguments
pm
Pointer to an mxArray.
Returns
1 if the mxArray is full, 0 if it is sparse.
Description
Call mxIsFull to determine if an mxArray is stored in full form or sparse form.
| mxIsDouble | mxIsNumeric | ![]() |