Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4]; x1 = [4 3; 2 1];
y_correct = [ 4 6; 6 4];
assert(isequal(your_fcn_name(x, x1),y_correct))
y =
4 6
6 4
|
6064 Solvers
5833 Solvers
Sum all integers from 1 to 2^n
8417 Solvers
Flip the vector from right to left
2667 Solvers
121 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!