Hi, is it possible to concatenate matrices like in matlab, for instance if I have a matrix A of size 2x5 and B of size 2x10, I could create C = [A B] of size 2x15. Thanks