This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = -2:2;
y_correct = [0 0 1 1 1];
assert(isequal(HL(x),y_correct))
|
2 | Pass |
%%
x = -3:3;
y_correct = [ 0 0 0 1 1 1 1];
assert(isequal(HL(x),y_correct))
|
1208 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Who has power to do everything in this world?
256 Solvers
Solving Quadratic Equations (Version 1)
361 Solvers
295 Solvers