This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=1; b=2; c=3;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
y =
0
|
2 | Pass |
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
y =
6
|
Find relatively common elements in matrix rows
644 Solvers
1786 Solvers
434 Solvers
Compute a dot product of two vectors x and y
645 Solvers
164 Solvers