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))
|
Back to basics 21 - Matrix replicating
1052 Solvers
620 Solvers
The sum of the numbers in the vector
426 Solvers
275 Solvers
236 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!