Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
mps = 40;
mph_correct = 144000;
assert(isequal(MPS2MPH(mps),mph_correct))
|
2 | Pass |
mps = 5000;
mph_correct = 18000000;
assert(isequal(MPS2MPH(mps),mph_correct))
|
3 | Pass |
mps = 186218;
mph_correct = 670384800;
assert(isequal(MPS2MPH(mps),mph_correct))
|
Find the two most distant points
1629 Solvers
6371 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
Remove All elements less than 5
105 Solvers
137 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!