Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 1;
y_correct = 1;
assert(isequal(round_down(x),y_correct))
y =
0
|
2 | Fail |
x = 2.3;
y_correct = 2;
assert(isequal(round_down(x),y_correct))%%
x = 13.7;
y_correct = 13;
assert(isequal(round_down(x),y_correct))
y =
1
|
Arrange Vector in descending order
1793 Solvers
Back to basics 21 - Matrix replicating
900 Solvers
How many trades represent all the profit?
460 Solvers
152 Solvers
236 Solvers