Owning Class: membership
Requires: MathScript RT Module
c = is_char(a)
Legacy Name: ischar
Determines whether a matrix has a character data type.
| Name | Description |
|---|---|
| a | Specifies a scalar, vector, or matrix of any data type. |
| 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 = is_char(A)