Problem 2861. Is the test point on the line segment?
Given the [x,y,z] coordinates for the three points pa, pb, and pc, return true if the test point pc is on the line segment with endpoints pa and pb.
pc is on the line segment if it lies at one of the end points.
Solution Stats
Problem Comments
-
2 Comments
Guillaume
on 22 Jan 2015
Your recent edit to the test suite broke it. You need a space or a comma between the two -1 in the definition of pa in the first test.
Brian Hannan
on 22 Jan 2015
Thanks, Guillaume. I just fixed the error.
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Given two arrays, find the maximum overlap
1599 Solvers
-
Number of 1s in a binary string
9753 Solvers
-
Side of an equilateral triangle
6401 Solvers
-
5709 Solvers
-
Back to basics - mean of corner elements of a matrix
433 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!