MATLAB Function Reference Previous page   Next Page
isfloat

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


Previous page  isfinite isglobal Next page

© 1994-2005 The MathWorks, Inc.