Determine whether input is mxChar
array
#include "fintrf.h" integer*4 mxIsChar(pm) mwPointer pm
Use mxIsChar
returns 1
if pm
points to an mxChar
array. Otherwise, it returns
0
.
In Fortran, calling mxIsChar
is equivalent to calling:
mxGetClassName(pm) .eq. 'char'