Member of the membership class.
c = ischar(a)
Determines whether a matrix has a character data type.
| Name | Description |
| a | Specifies a matrix. |
| Name | Description |
| c | Returns 1 if a has a character data type. Otherwise, this function returns 0. c is a Boolean. |
A = ['abc', 'def']
C = ischar(A)