Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y = 1;
assert(isequal(cube(x),y))
|
2 | Pass |
%%
x = 2;
y = 8;
assert(isequal(cube(x),y))
|
Project Euler: Problem 1, Multiples of 3 and 5
1493 Solvers
Set the array elements whose value is 13 to 0
941 Solvers
292 Solvers
224 Solvers
136 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!