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))
|
Is my wife right? Now with even more wrong husband
1145 Solvers
Reverse the elements of an array
559 Solvers
278 Solvers
The Answer to Life, the Universe, and Everything
312 Solvers
Create an index-powered vector
232 Solvers