Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1000;
y_correct = 233168;
assert(isequal(euler001(x),y_correct))
v =
999
y =
233168
|
2 | Pass |
x = 4000;
y_correct = 3732668;
assert(isequal(euler001(x),y_correct))
v =
3999
y =
3732668
|
3 | Pass |
x = 2340;
y_correct = 1276470;
assert(isequal(euler001(x),y_correct))
v =
2339
y =
1276470
|
4 | Pass |
x = 2341;
y_correct = 1278810;
assert(isequal(euler001(x),y_correct))
v =
2340
y =
1278810
|
5703 Solvers
What is the next step in Conway's Life?
639 Solvers
1050 Solvers
253 Solvers
07 - Common functions and indexing 1
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!