Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 1];
y_correct = 1;
assert(isequal(checkvector(x),y_correct))
l =
1
c =
4
y =
1
|
2 | Pass |
x = [1 2 7; 6 3 1];
y_correct = 0;
assert(isequal(checkvector(x),y_correct))
l =
2
c =
3
y =
0
|
3 | Pass |
x = [1;2;0];
y_correct = 1;
assert(isequal(checkvector(x),y_correct))
l =
3
c =
1
y =
1
|
6719 Solvers
Return elements unique to either input
550 Solvers
277 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3612 Solvers
Magic is simple (for beginners)
2749 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!