Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
Berlin = [52.5200, 13.4050];
New_York = [40.7128, 74.0059];
London = [51.5074, 0.1278];
d1 = P_distance_km(Berlin, New_York);
d2 = P_distance_km(Berlin, London);
d3 = P_distance_km(London, New_York);
assert(isequal(round(d1),4811))
assert(isequal(round(d2),916))
assert(isequal(round(d3),5820))
d =
4.6618e+03
d =
914.2828
d =
5.5702e+03
|
188 Solvers
434 Solvers
Number of digits in an integer
336 Solvers
273 Solvers
Returning a "greater than" vector
188 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!