Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 3;
y_correct = 1/3;
assert(isequal(redT(x),y_correct))
|
2 | Fail |
x = 5;
y_correct = 1/10;
assert(isequal(redT(x),y_correct))
|
3 | Fail |
x= 8;
y_correct = 1/28;
assert(isequal(redT(x),y_correct))
|
4 | Fail |
x= 30;
y_correct = 1/435;
assert(isequal(redT(x),y_correct))
|
Change the sign of even index entries of the reversed vector
296 Solvers
272 Solvers
323 Solvers
218 Solvers
137 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!