Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4];
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
y =
4
|
2 | Pass |
x = [3 7; 4 1];
y_correct = 7;
assert(isequal(your_fcn_name(x),y_correct))
y =
7
|
262 Solvers
Cell Counting: How Many Draws?
254 Solvers
103 Solvers
Sum of the Multiplication of Vectors
152 Solvers
124 Solvers