[TOC]
isletter
Determine if an array has letter characters
Usage
isletter(A)
A
is an array of any data type (e.g., logical, double, or character).
The output is an array of logical values, in which a value is equal to logical 1 if the corresponding entry in
A
is a letter. Otherwise, it returns a logical 0.
If
A
is empty, it returns an empty array.