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
Solution Comments
Show comments
Loading...
Problem Recent Solvers319
Suggested Problems
-
3818 Solvers
-
Create a square matrix of multiples
502 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
652 Solvers
-
Given a window, how many subsets of a vector sum positive
873 Solvers
-
07 - Common functions and indexing 5
430 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
better to describe input size: xy 4-by-2, each row is the xy-coordinate of a point
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.