I want to create a variable D by combining two other variable x and y.
x has the shape [731] and y has the shape [146].
At the end D should be 2D so that D[0] contains all x-values and D[1] all y-values.
I hope I explained it in a way someone can understand what I want to do.
Can someone help me with this?