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
|
1163 Solvers
Omit columns averages from a matrix
527 Solvers
340 Solvers
Finding perimeter of a rectangle
278 Solvers
354 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!