padoh
Junior Member level 2
- Joined
- Jul 2, 2012
- Messages
- 21
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,458
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?