Owning Class: membership
Requires: MathScript RT Module
c = is_string(a)
Legacy Name: isstr
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 = is_string([1+2i, 16, -123])
C = is_string(['for', 'rof'])