isinteger (Matlab function)
Detect whether an array has integer data type
Matlab/Scilab equivalent
Matlab | Scilab |
isinteger(A) |
type(A)==8 |
Report an issue | ||
<< ishold (Matlab function) | I | islogical (Matlab function) >> |
Detect whether an array has integer data type
Matlab | Scilab |
isinteger(A) |
type(A)==8 |
Report an issue | ||
<< ishold (Matlab function) | I | islogical (Matlab function) >> |