Finding coordinates of a point from bisector of two lines
이전 댓글 표시
I have two points, P1 and P2. Starting from M1 (middle point among P1 and the origin), I want to know the coordinates of the point Q1 as shown in the picture.
How can I do this?

채택된 답변
추가 답변 (1개)
M1=P1/2;
Q1=norm(M1)*P2/norm(P2);
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

