Hi, I am new to Julia and I am attempting to figure out 3 dimensional arrays. The task at hand is to create a new 3-dimensional array that contains a 10x7x2 matrix in the first column of the third dimension and another 10x7x2 matrix in the second column of the third dimension.
Perhaps I do not understand the structure of a 3-dimensional array. Any help would be much appreciated, thank you.
That is my mistake, the two previous matrices are just 10x7. Here is the exact text:
" Create a new array called F which is 3-dimensional and contains A in the first column of the third dimension and B in the second column of the third dimension." - where A and B are two previously defined 10x7 matrices.
Thank you for your help, this makes a lot more sense.