Hello fellows,
I am trying to merge a few matrices that I obtained from the function MatrixObtain. The function works fine. The function MatrixObtain returns 2D matrix always with the same number of column but the row number can change.
For example in the first iteration I obtain
[[ 1 1 5]
[ 2 7 9 ]
[ 1 9 3]]
in the second