Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 5 2 2 7 8 3 3 1 3 8 8 8];
y_correct = [2 3];
assert(isequal(threeTimes(x),y_correct))
c =
1
c =
2
c =
1
c =
2
c =
3
y =
2
c =
1
c =
1
c =
2
c =
3
y =
2 2
c =
1
c =
2
c =
3
y =
2 2 2
c =
1
c =
1
c =
2
c =
3
c =
4
c =
1
c =
2
c =
3
y =
2 2 2 3
c =
1
c =
2
c =
3
y =
2 2 2 3 3
c =
1
c =
2
c =
1
c =
2
c =
3
y =
2 2 2 3 3 3
c =
1
c =
2
c =
3
c =
4
c =
1
c =
2
c =
3
c =
4
c =
1
c =
2
c =
3
c =
4
x =
2 2 2 3 3 3
k =
1
n =
1
a =
2
k =
4
n =
2
a =
2 3
k =
7
n =
3
y =
2 3
|
2 | Pass |
x = [1 1 1];
y_correct = [1];
assert(isequal(threeTimes(x),y_correct))
c =
1
c =
2
c =
3
y =
1
c =
1
c =
2
c =
3
y =
1 1
c =
1
c =
2
c =
3
y =
1 1 1
x =
1 1 1
k =
1
n =
1
a =
1
k =
4
n =
2
y =
1
|
3 | Pass |
x = [5 10 -3 10 -3 11 -3 5 5 7];
y_correct = [-3 5];
assert(isequal(threeTimes(x),y_correct))
c =
1
c =
2
c =
3
y =
5
c =
1
c =
2
c =
1
c =
2
c =
3
y =
5 -3
c =
1
c =
2
c =
1
c =
2
c =
3
y =
5 -3 -3
c =
1
c =
1
c =
2
c =
3
y =
5 -3 -3 -3
c =
1
c =
2
c =
3
y =
5 -3 -3 -3 5
c =
1
c =
2
c =
3
y =
5 -3 -3 -3 5 5
c =
1
x =
5 -3 -3 -3 5 5
k =
1
n =
1
a =
-3
k =
4
n =
2
a =
-3 5
k =
7
n =
3
y =
-3 5
|
Convert a vector into a number
503 Solvers
Reverse the elements of an array
687 Solvers
219 Solvers
483 Solvers
376 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!