Problem 45278. Orthogonal lines
Check whether two given lines are orthogonal or not.
Two lines are orthogonal if they create a right angle at their intersections.
- p=[x1 y1; x2 y2]
- q=[x3 y3; x4 y4]
here (x1,y1) and (x2,y2) form a line.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers34
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15632 Solvers
-
Program an exclusive OR operation with logical operators
727 Solvers
-
Getting the indices from a matrix
661 Solvers
-
The Answer to Life, the Universe, and Everything
545 Solvers
-
Fix the last element of a cell array
1562 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!