This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
More test cases are needed for this.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 -3 -4 -1 -24 2 4 -1 -2 3 1];
y_correct = [1 2 0 -3 -4 -1 0 2 0 -1 0 3 1];
assert(isequal(SignChange(x),y_correct))
|
27985 Solvers
272 Solvers
280 Solvers
Number of 1s in a binary string
2818 Solvers
98 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!