Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4]; x1 = [4 3; 2 1];
y_correct = [ 8 5; 20 13];
assert(isequal(your_fcn_name(x, x1),y_correct))
y =
8 5
20 13
|
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1563 Solvers
Sum of odd numbers in a matrix
232 Solvers
377 Solvers
265 Solvers
37 Solvers