int mxIsComplex(pm)
Matrix *pm;
integer*4 function mxIsComplex(pm)integer*4 pm
pmpi is 0 (NULL) if a Matrix is purely real and does not have an imaginary array. If a Matrix is complex, the imaginary pointer pi points to a valid array of numbers.
Be sure to use mxIsComplex to test whether the input arguments passed to the MEX gateway function mexFunction are real or complex. The imaginary parts of all input Matrices to a MATLAB function are allocated if any of the input Matrices are complex.
(c) Copyright 1994 by The MathWorks, Inc.