![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = int_to_str(a)
Legacy Name: int2str
Converts a matrix of integers to a string. LabVIEW rounds all numbers and ignores imaginary parts.
Name | Description |
---|---|
a | Specifies a matrix. |
Name | Description |
---|---|
c | Returns the string equivalent to a. |
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 |
A = [34.333, 123456.4, -38]
C = int_to_str(A)
Helpful
Not Helpful