Converts a matrix of elements to an array of elements of the same data type. The data type you wire to the Real Matrix input determines the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.

![]() |
Real Matrix specifies a real matrix. |
![]() |
The elements in Real 2D Array are of the same type as the elements in Real Matrix. The order of the elements in Real 2D Array is the same as the Real Matrix order of the elements. |

![]() |
Complex Matrix specifies a complex matrix. |
![]() |
The elements in Complex 2D Array are of the same type as the elements in Complex Matrix. The order of the elements in Complex 2D Array is the same as the Complex Matrix order of the elements. |
Refer to the Matrix Fundamentals VI in the labview\examples\math\matrices.llb for an example of using the Matrix to Array VI.