Owning Class: basic
Requires: MathScript RT Module
[c, d] = rotateplane(a)
Legacy Name: planerot
Returns a rotation matrix that transforms the input vector into a two-element column vector whose second element is equal to 0.
| Name | Description |
|---|---|
| a | Specifies a two-element column vector. |
| Name | Description |
|---|---|
| c | Returns a 2-by-2 rotational matrix that transforms a into d. |
| d | Returns a two-element column vector whose second element is equal to 0. |
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; 1]
[C, D] = rotateplane(A)