Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 6 9; 3 2 8; 6 7 11];
y_correct = 11;
assert(isequal(your_fcn_name(x),y_correct))
ans =
11
|
2 | Pass |
%%
x = [3 8; 4 2];
y_correct = 8;
assert(isequal(your_fcn_name(x),y_correct))
ans =
8
|
Find common elements in matrix rows
809 Solvers
747 Solvers
07 - Common functions and indexing 5
255 Solvers
194 Solvers
135 Solvers