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

30.38% Correct | 69.62% Incorrect
Last Solution submitted on Feb 11, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers18

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!