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))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Back to basics 4 - Search Path
321 Solvers
Back to basics 11 - Max Integer
678 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!