Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
mps = 40;
mph_correct = 144000;
assert(isequal(MPS2MPH(mps),mph_correct))
mph =
144000
|
2 | Pass |
mps = 5000;
mph_correct = 18000000;
assert(isequal(MPS2MPH(mps),mph_correct))
mph =
18000000
|
3 | Pass |
mps = 186218;
mph_correct = 670384800;
assert(isequal(MPS2MPH(mps),mph_correct))
mph =
670384800
|
495 Solvers
250 Solvers
Calculate distance travelled when given radius and rotations
182 Solvers
266 Solvers
142 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!