| MATLAB Application Program Interface | Search  Help Desk |
| mxIsFull (Obsolete) | See Also |
V4 Compatible
This function is obsolete; MATLAB 5 does not support it. To use this function in existing code, 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]))
See Also
mxIsSparse