Determine whether mxArray is of type mxLogical
#include "fintrf.h" integer*4 mxIsLogical(pm) mwPointer pm
mxIsLogical
returns 1
if the
mxArray
logical. Otherwise, it returns 0
. If
an mxArray
is logical, then MATLAB® treats all zeros as meaning false
and all nonzero
values as meaning true
.