Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 456;
y_correct = 543;
assert(isequal(nine_Comp(x),y_correct))
d =
500
d =
540
d =
543
|
2 | Pass |
%%
x = 125;
y_correct = 874;
assert(isequal(nine_Comp(x),y_correct))
d =
800
d =
870
d =
874
|
3 | Pass |
%%
x = 56;
y_correct = 43;
assert(isequal(nine_Comp(x),y_correct))
d =
40
d =
43
|
4 | Pass |
%%
x = 6;
y_correct = 3;
assert(isequal(nine_Comp(x),y_correct))
d =
3
|
5 | Pass |
%%
x = 1456;
y_correct = 8543;
assert(isequal(nine_Comp(x),y_correct))
d =
8000
d =
8500
d =
8540
d =
8543
|
6 | Pass |
%%
x = 0;
y_correct = 9;
assert(isequal(nine_Comp(x),y_correct))
d =
9
|
Find the two most distant points
1628 Solvers
556 Solvers
620 Solvers
Convert a vector into a number
503 Solvers
360 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!