Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 2;
y = zeros(2);
assert(isequal(zero(x),y))
|
2 | Pass |
%%
x = 4;
y = zeros(4);
assert(isequal(zero(x),y))
|
17210 Solvers
1263 Solvers
519 Solvers
Flip the vector from right to left
2666 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!