Member of the string class.
c = int2str(a)
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. |
A = [34.333, 123456.4, -38]
C = int2str(A)