Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -1:1:3
y_correct = [-1 1 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
x =
-1 0 1 2 3
x =
-1 1 1 2 3
|
1882 Solvers
Generate a string like abbcccddddeeeee
234 Solvers
348 Solvers
302 Solvers
Convert given decimal number to binary number.
639 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!