Owning Class: membership
Requires: MathScript RT Module
c = is_numeric(a)
Legacy Name: isnumeric
Determines whether a matrix is numeric.
| Name | Description |
|---|---|
| a | Specifies a scalar, vector, or matrix of any data type. |
| Name | Description |
|---|---|
| c | Returns 1 if a is a numeric matrix. Otherwise, this function returns 0. c is a Boolean. |
A = 'TEST'
C = is_numeric(A)