| External Interfaces/API Reference | ![]() |
Inquire if an mxArray contains numeric data
Fortran Syntax
integer*4 function mxIsNumeric(pm) integer*4 pm
Arguments
pm
Pointer to an mxArray.
Returns
1 if the mxArray contains numeric data, and 0 otherwise.
Description
Call mxIsNumeric to inquire whether or not the mxArray contains a character array.
See Also
| mxIsFull | mxIsSparse | ![]() |