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))
|
1961 Solvers
3968 Solvers
2143 Solvers
275 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!