![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = strvectorize(a)
Legacy Name: vectorize
Adds '.' to all instances of '^', '*', or '/' in an expression.
Name | Description |
---|---|
a | Specifies an expression. a is a string. |
Name | Description |
---|---|
c | Returns a in vectorized form. c is 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 = 'x*y+z^2'
C = strvectorize(A)
Helpful
Not Helpful