You can convert a 1D or 2D array of double-precision or complex numbers to a matrix and continue to use array functions to manipulate the matrix values. Complete the following steps to convert an array to a matrix.
If you wire a 1D array to the Array to Matrix function, the function copies the array elements to the first column of the matrix. The function converts arrays that contain complex elements to complex matrices and converts all other arrays to real matrices. LabVIEW stores matrix elements with double-precision numerical values.