You can convert a matrix to a 2D array and use Array functions to manipulate the matrix values. Complete the following steps to convert a matrix to a 2D array.
Real matrix
Complex matrix
You can store a matrix of a single row or column in a 1D array. However, LabVIEW cannot determine the dimensions of a matrix until runtime. The 2D array the Matrix To Array function returns has the same element type, real or complex, as the matrix you wired to the Matrix To Array function.