Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 999;
y_correct = 906609;
assert(isequal(euler004(x),y_correct))
ans =
906609
|
2 | Pass |
%%
x = 9999;
y_correct = 99000099;
assert(isequal(euler004(x),y_correct))
ans =
99000099
|
3 | Pass |
%%
x = 100;
y_correct = 9009;
assert(isequal(euler004(x),y_correct))
ans =
9009
|
4 | Pass |
%%
x = 2500;
y_correct = 6167616;
assert(isequal(euler004(x),y_correct))
ans =
6167616
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
All your base are belong to us
463 Solvers
Duplicate each element of a vector.
518 Solvers
444 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
761 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!