Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4;5 6 7 8];
B_correct = [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];
assert(isequal(your_fcn_name(x),B_correct))
ans =
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
|
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
530 Solvers
Sum the numbers on the main diagonal
453 Solvers
Find out total non zero element of matrix
193 Solvers
Sum the squares of numbers from 1 to n
163 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!