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))
|
307 Solvers
186 Solvers
402 Solvers
07 - Common functions and indexing 2
255 Solvers
203 Solvers