Member of the membership class.
c = isstr(a)
Determines whether a matrix is a character matrix.
| Name | Description |
| a | Specifies a matrix. |
| Name | Description |
| c | Returns 1 if a is a character matrix. Otherwise, this function returns 0. c is a Boolean. |
C = isstr([1+2i, 16, -123])
C = isstr(['for', 'rof'])