This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
and while we are at it...
well, ...
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 28;
y_correct = 13;
assert(isequal(change(x),y_correct));
|
2 | Pass |
%%
x = 62;
y_correct = 77;
assert(isequal(change(x),y_correct));
|
3 | Pass |
%%
x = 2;
y_correct = 1;
assert(isequal(change(x),y_correct));
|
4 | Pass |
%%
x = 87;
y_correct = 187;
assert(isequal(change(x),y_correct));
|
4106 Solvers
given 3 sides, find area of this triangle
680 Solvers
248 Solvers
202 Solvers
Compress strings (not springs)
103 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!