If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8]
B = [1 2 3 4 1 2 3 4; 5 6 7 8 5 6 7 8; 1 2 3 4 1 2 3 4; 5 6 7 8 5 6 7 8]
Make an awesome ramp for a tiny motorcycle stuntman
263 Solvers
1029 Solvers
262 Solvers
401 Solvers
214 Solvers
Solution 498282
In this case you can pass only one argument. ;-)