![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = mx_to_str(a)
c = mx_to_str(a, b)
Legacy Name: mat2str
Converts the content of a numeric matrix to a single string.
Name | Description |
---|---|
a | Specifies a numeric scalar, vector, or matrix. |
b | Specifies the number of valid digits. b is a positive integer. |
Name | Description |
---|---|
c | Returns a 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 = [1, 2-i; 3+3i, 6]
C = mx_to_str(A)
Helpful
Not Helpful