Could someone please tell me how to change a 1-d array (say that I have a 1-d array of 16-numbers) to a square 2-d array?
I know this is an easy question, but I have never used labview before and I am wondering how I pass a 1-d array into a double-for-loop to change it into a 2-d array (this is the way I envision doing it...)
The Reshape Array will do as Donald mentioned. Look at the help file for details on how it will behave if the original array does not have the correct number of elements to fill the new array.