MATLAB Function Reference    
isletter

Detect array elements that are letters of the alphabet

Syntax

Description

tf = isletter('str') returns an array the same size as str containing logical true (1) where the elements of str are letters of the alphabet and logical false (0) where they are not.

Examples

See Also
char, ischar, isspace, isa, is*


  iskeyword islogical