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))
|
Determine the number of odd integers in a vector
435 Solvers
516 Solvers
07 - Common functions and indexing 4
319 Solvers
373 Solvers
903 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!