External Interfaces Reference |
Determine if input is structure mxArray
Fortran Syntax
Arguments
Returns
Logical 1
(true
) if pm
points to a structure array
; and logical 0
(false
) otherwise.
Description
Use mxIsStruct
to determine if pm
points to a structure mxArray
. Many routines (for example, mxGetFieldName
and mxSetField
) require a structure mxArray
as an argument.
See Also
mxCreateStructArray
, mxCreateStructMatrix
, mxGetNumberOfFields
,mxGetField
, mxSetField
mxIsString (Obsolete) | mxIsUint8 |
© 1994-2005 The MathWorks, Inc.