External Interfaces Reference |
Determine if input is single-precision, floating-point mxArray
Fortran Syntax
Arguments
Returns
Logical 1
(true
) if the array stores its data as single-precision, floating-point numbers, and logical 0
(false
) otherwise.
Description
Use mxIsSingle
to determine whether or not the specified array represents its real and imaginary data as single-precision, floating-point numbers.
Calling mxIsSingle
is equivalent to calling
See Also
mxIsNumeric | mxIsSparse |
© 1994-2005 The MathWorks, Inc.