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
|
The Goldbach Conjecture, Part 2
1284 Solvers
Check if number exists in vector
4467 Solvers
376 Solvers
213 Solvers
Rotate a matrix for 180 degree
115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!