Problem 58548. Find the altitudes of a triangle
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 commentsProblem Recent Solvers6
Suggested Problems
-
Find the sum of all the numbers of the input vector
51540 Solvers
-
3426 Solvers
-
Create a random logical vector of N elements of which M are true.
102 Solvers
-
163 Solvers
-
Tony's trick for duplicating an mx1 vector n times
52 Solvers
More from this Author300
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!