This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Redundant, but shorter.
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));
|
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
88 Solvers
208 Solvers
250 Solvers
Switch matrix to a column vector
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!