Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1000;
y_correct = 233168;
assert(isequal(euler001(x),y_correct))
|
2 | Pass |
%%
x = 4000;
y_correct = 3732668;
assert(isequal(euler001(x),y_correct))
|
3 | Pass |
%%
x = 2340;
y_correct = 1276470;
assert(isequal(euler001(x),y_correct))
|
4 | Pass |
%%
x = 2341;
y_correct = 1278810;
assert(isequal(euler001(x),y_correct))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35548 Solvers
Remove any row in which a NaN appears
6827 Solvers
Find the peak 3n+1 sequence value
1107 Solvers
483 Solvers
Remove element(s) from cell array
372 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!