This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
KE = 4900;
m = 100
vel_correct = sqrt(98);
assert(isequal(FVel(KE,m),vel_correct))
m =
100
|
1514 Solvers
465 Solvers
345 Solvers
07 - Common functions and indexing 5
255 Solvers
Create a square matrix of zeros of even order
72 Solvers