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))
|
Find the longest sequence of 1's in a binary sequence.
3370 Solvers
Get the length of a given vector
3562 Solvers
Remove the two elements next to NaN value
411 Solvers
Create matrix of replicated elements
321 Solvers
Natural numbers in string form
347 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!