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))
ans =
8 5
20 13
|
401 Solvers
The sum of the numbers in the vector
341 Solvers
Check that number is whole number
274 Solvers
200 Solvers
95 Solvers