Problem 116. Distance walked 2D
Suppose you go from x-y coordinates [3,4] to [0,0] to [0,1] to [1,1], then you walked 7 units of distance.
Solution Stats
Problem Comments
-
2 Comments
Trung Duong
on 8 Feb 2012
better to describe input size: xy 4-by-2, each row is the xy-coordinate of a point
David Young
on 6 Mar 2012
Needs a richer test suite. A lot of "solvers" have just put a=7 as the "solution", but although this satisfies the single test case, it doesn't solve the problem as stated.
Solution Comments
Show commentsProblem Recent Solvers312
Suggested Problems
-
Make a random, non-repeating vector.
10694 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13090 Solvers
-
Basics: 'Find the eigenvalues of given matrix
428 Solvers
-
Fahrenheit to Celsius converter
582 Solvers
-
537 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!