![]() | Download Help (Windows Only) |
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. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
C = is_string([1+2i, 16, -123])
C = is_string(['for', 'rof'])
Helpful
Not Helpful