MATLAB Application Program Interface
Go to function:
Search
 
Help Desk
mexIsInf (Obsolete)
See Also
V4 Compatible
This function is obsolete; it should not appear in a MATLAB 5 program. To use this function in existing code, use the
-V4
option of the
mex
script.
In MATLAB 5 MEX-files you should call
answer = mxIsInf(value);
instead of
answer = mexIsInf(value);
See Also
mxIsInf
[
Previous
|
Help Desk
|
Next
]