MATLAB Function Reference |
Detect array elements that are letters of alphabet
Note
Use the isstrprop function in place of isletter . The isletter function will be removed in a future version of MATLAB.
|
Syntax
Description
tf = isletter('str')
returns an array the same size as str
containing logical 1
(true
) where the elements of str
are letters of the alphabet and logical 0
(false
) where they are not.
Examples
Find the letters in character array s
.
See Also
isstrprop
, isnumeric
, ischar
, char
, isspace
, isa
, is*
iskeyword | islogical |
© 1994-2005 The MathWorks, Inc.