Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
t = 1;
x_correct = 4.905000000000000;
assert(isequal(freefall(t),x_correct))
x =
4.9050
|
2 | Pass |
t = 3.2;
x_correct = 50.227200000000010;
assert(isequal(freefall(t),x_correct))
x =
50.2272
|
7276 Solvers
369 Solvers
272 Solvers
07 - Common functions and indexing 5
255 Solvers
209 Solvers