To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example implements a rotational matrix to give the location of a point in a new coordinate system, given the origin and angle of rotation of the new system, in the method using matrices and arrays.
Description
The following example implements a rotational matrix to give the location of a point in a new coordinate system, given the origin and angle of rotation of the new system. I've included the method to do this using arrays, for versions of LabVIEW prior to the introduction of matrices (pre-2009).
Requirements
Steps to Implement or Execute Code
Additional Information or References
Front Panel
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.