Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
t = 1;
x_correct = 4.905000000000000;
assert(isequal(freefall(t),x_correct))
ans =
4.9050
|
2 | Pass |
%%
t = 3.2;
x_correct = 50.227200000000010;
assert(isequal(freefall(t),x_correct))
ans =
50.2272
|
14995 Solvers
Back to basics 20 - singleton dimensions
225 Solvers
Calculate distance travelled when given radius and rotations
132 Solvers
Add a row of zeros on top of a matrix
145 Solvers
123 Solvers