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))
|
1398 Solvers
Sum all integers from 1 to 2^n
8420 Solvers
Reverse the elements of an array
687 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
Change the first and last diagonal element of the identity matrix to zero
117 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!