![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = num_to_str(a)
Legacy Name: num2str
Converts the content of a numeric matrix to strings. Complex numbers are treated as such.
Name | Description |
---|---|
a | Specifies a numeric scalar, vector or matrix. |
Name | Description |
---|---|
c | Returns a string equivalent to a. If a is a matrix, c returns each row of a as a string. |
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.4i, -38]
C = num_to_str(A)
Helpful
Not Helpful