![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = str_to_mx(a, b, ...)
Legacy Name: str2mat
Converts strings into a matrix of characters. LabVIEW pads strings with blank spaces if necessary to make all strings the same length. You can specify an unlimited number of input strings.
Name | Description |
---|---|
a | Specifies a string. |
b | Specifies a string. |
Name | Description |
---|---|
c | Returns a character matrix equivalent to the input strings. |
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.23E-4+34.333j'
B = 'hello'
C = str_to_mx(A, B)
Helpful
Not Helpful