Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 456;
y_correct = 543;
assert(isequal(nine_Comp(x),y_correct))
n =
3
y =
543
|
2 | Pass |
x = 125;
y_correct = 874;
assert(isequal(nine_Comp(x),y_correct))
n =
3
y =
874
|
3 | Pass |
x = 56;
y_correct = 43;
assert(isequal(nine_Comp(x),y_correct))
n =
2
y =
43
|
4 | Pass |
x = 6;
y_correct = 3;
assert(isequal(nine_Comp(x),y_correct))
n =
1
y =
3
|
5 | Pass |
x = 1456;
y_correct = 8543;
assert(isequal(nine_Comp(x),y_correct))
n =
4
y =
8543
|
6 | Pass |
x = 0;
y_correct = 9;
assert(isequal(nine_Comp(x),y_correct))
n =
1
y =
9
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35552 Solvers
12381 Solvers
5703 Solvers
2240 Solvers
1051 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!