Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
t = 1;
x_correct = 4.905000000000000;
assert(isequal(freefall(t),x_correct))
|
2 | Pass |
%%
t = 3.2;
x_correct = 50.227200000000010;
assert(isequal(freefall(t),x_correct))
|
Remove all the words that end with "ain"
1027 Solvers
Get the length of a given vector
1360 Solvers
309 Solvers
209 Solvers
242 Solvers