Problem 116. Distance walked 2D
Solution Stats
Problem Comments
-
2 Comments
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.
Solution Comments
-
2 Comments
This could be quite a good solution, if you removed the "x = 7; %" part and just left what is now a comment. As it is, although it satisfies the test case, it doesn't actually solve the problem.
... though, just to be clear, the comment wouldn't be quite right, it still needs a little adjustment.
-
1 Comment
useless solution
Problem Recent Solvers280
Suggested Problems
-
Back to basics 9 - Indexed References
407 Solvers
-
Matrix indexing with two vectors of indices
587 Solvers
-
Sum the numbers on the main diagonal
508 Solvers
-
07 - Common functions and indexing 1
376 Solvers
-
07 - Common functions and indexing 5
348 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!