MATLAB Application Program Interface Reference | Help Desk |
mxIsNumeric
Inquire if anmxArray
contains numeric data
integer*4 function mxIsNumeric(pm) integer*4 pmpm 1 if the
mxArray
contains numeric data, 0 otherwise.
Call mxIsNumeric
to inquire whether or not the mxArray
contains a character
array.
mxIsString