MATLAB Application Program Interface Reference | Help Desk |
mxIsFull (Obsolete)
This function is obsolete; MATLAB 5 does not support it. To use this function, use the-V4
option of the mex
script.
In MATLAB 5 MEX-files, you should call
if(!mxIsSparse(prhs[0]))instead of
if(mxIsFull(prhs[0]))
mxIsSparse