Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 2000000;
y_correct = 142913828922;
assert(isequal(euler010(x),y_correct))
|
2 | Pass |
%%
x = 10;
y_correct = 17;
assert(isequal(euler010(x),y_correct))
|
3 | Pass |
%%
x = 200;
y_correct =4227;
assert(isequal(euler010(x),y_correct))
|
4 | Pass |
%%
x = 11;
y_correct = 28;
assert(isequal(euler010(x),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13051 Solvers
Convert a numerical matrix into a cell array of strings
455 Solvers
317 Solvers
376 Solvers
Area of an equilateral triangle
2759 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!