Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(round(sphere_distance(100,10,50,-20,14)*10000)/10000,75.9097));
|
2 | Pass |
assert(isequal(round(sphere_distance(6371e3,-97.7430608,30.267153,-74.0244265,40.6081588)*10000)/10000,2426004.8394));
|
3 | Pass |
assert(isequal(round(sphere_distance(6371e3,-97.7430608,31.267153,-74.0244265,40.6081588)*10000)/10000,2364307.7819));
|
Remove the polynomials that have positive real elements of their roots.
629 Solvers
405 Solvers
Increment a number, given its digits
562 Solvers
248 Solvers
Compute a dot product of two vectors x and y
750 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!