Inquire if an mxArray is full
mxArray
Description
This API function is obsolete and is not supported in MATLAB 6.1 or later. This function may not be available in a future version of MATLAB.
Use
if (mxIsSparse(prhs(1)) .eq. 0)
instead of
if (mxIsFull(prhs(1)) .eq. 1)
See Also
mxIsSparse