MATLAB Function Reference |
Determine if input is floating-point array
Syntax
Description
isfloat(A)
returns a logical true (1
) if A is a floating-point array and a logical false (0
) otherwise. The only floating-point data types in MATLAB are single
and double
.
See Also
isa
, isinteger
, double
, single
, isnumeric
isfinite | isglobal |
© 1994-2005 The MathWorks, Inc.