I have 3 numpy arrays -
XX, XY, YY , each having a shape of (200, 300)
I'm trying to stack an array of shape 200x300x2x2
[ XX, XY
XY, YY ]
How can I do this? Thanks!
I have 3 numpy arrays -
XX, XY, YY , each having a shape of (200, 300)
I'm trying to stack an array of shape 200x300x2x2
[ XX, XY
XY, YY ]
How can I do this? Thanks!