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]
Omit columns averages from a matrix
482 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1064 Solvers
337 Solvers
624 Solvers
Test if two numbers have the same digits
155 Solvers
Solution 498282
In this case you can pass only one argument. ;-)