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
|
1046 Solvers
193 Solvers
Create a square matrix of multiples
330 Solvers
Getting the row and column location from a matrix
192 Solvers
281 Solvers