I'm working on a linear regression sub that creates a model equation to predict data points and I've reached a standstill in my project as I cant seem to find a pathway to merging the six 10x1 arrays into a single 10x6 array in order to perform a series of matrix manipulations using the 10x6 array. Each column of the 10x6 array needs to be composed entirely of the elements from the same 10x1 array. Any help pointing me in the right direction would be greatly appreciated.