![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = str_to_num(a)
Legacy Name: str2num
Converts strings into a matrix of numbers.
Name | Description |
---|---|
a | Specifies a string or character matrix. |
Name | Description |
---|---|
c | Returns a numeric matrix 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 | No |
A = ['12 13'; '14 15']
C = str_to_num(A)
Helpful
Not Helpful