Problem 2100. distance to a straight line (2D) given any 2 distinct points on this straight line
Given 2 points P1,P2 on a straight line and a 3rd point, determine the distance of the 3rd point to the straight line. Your answer should have an accuracy of 1e-6.
Hint: create a parameter representation of the (very...) long line.
Solution Stats
Problem Comments
-
2 Comments
Dear all, it seems that I've made mistake with the usage of roundn and secondly roundn is behaving strangely: roundn(sqrt(2)*0.5,6) results in: 7.071069999999999e-01
I will modify the testcases.
And of course my apologies for any headaches that my mistake may have caused.
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
3281 Solvers
-
Determine Whether an array is empty
775 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
202 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
549 Solvers
-
350 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!