Input a row vector such as x=1:10. Now we need to construct a matrix with L rows,of which every row vector is a copy of x.
Example
L = 5
The resulting answer is:
[1:10; 1:10; 1:10; 1:10; 1:10]
Project Euler: Problem 10, Sum of Primes
556 Solvers
614 Solvers
Output any real number that is neither positive nor negative
252 Solvers
393 Solvers
194 Solvers
Solution 386251
best one