MATLAB Function Reference |
Detect space characters in array
Syntax
Description
tf = isspace('str')
returns an array the same size as 'str'
containing logical 1
(true
) where the elements of str
are ASCII white spaces and logical 0
(false
) where they are not. White spaces in ASCII are space, newline, carriage return, tab, vertical tab, or formfeed characters.
Examples
See Also
issorted | issparse |
© 1994-2005 The MathWorks, Inc.