padoh
Junior Member level 2
i want to concatenate around a 100 2D matrices into a 3D matrix.
e.g cat[3,A,B]
would combine the A and B matrices into a 3D matrix
say if i want to combine 100 matrices into a 3D matirx id have to use this command
cat[3,A1,A2,A3...]
which is tedious
any solutions?
e.g cat[3,A,B]
would combine the A and B matrices into a 3D matrix
say if i want to combine 100 matrices into a 3D matirx id have to use this command
cat[3,A1,A2,A3...]
which is tedious
any solutions?