Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(round(sphere_distance(100,10,50,-20,14)*10000)/10000,75.9097));
ans =
75.9097
|
2 | Pass |
assert(isequal(round(sphere_distance(6371e3,-97.7430608,30.267153,-74.0244265,40.6081588)*10000)/10000,2426004.8394));
ans =
2.4260e+06
|
3 | Pass |
assert(isequal(round(sphere_distance(6371e3,-97.7430608,31.267153,-74.0244265,40.6081588)*10000)/10000,2364307.7819));
ans =
2.3643e+06
|
797 Solvers
Back to basics 20 - singleton dimensions
225 Solvers
Find a subset that divides the vector into equal halves
289 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
Piecewise linear interpolation
136 Solvers