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))
|
272 Solvers
1050 Solvers
Check if number exists in vector
4466 Solvers
Replace multiples of 5 with NaN
358 Solvers
583 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!