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. |
A = [34.333, 123456.4, -38]
C = int_to_str(A)