Write a function that takes the x- and y-coordinates of three points describing the vertices of a triangle and returns the coordinates of the endpoints of the altitudes of the triangle as well as the coordinates of the orthocenter. The coordinates of the endpoints should be in the order of the corresponding vertices, and the function should work when one of the angles is obtuse.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers8
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2582 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Return elements unique to either input
816 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
265 Solvers
-
83 Solvers
More from this Author328
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!