x-coordinate for specific point in a triangle
이전 댓글 표시
I'm trying to find a x-coordinate for the point (x,12) in triangle. The points of the are:
A = (0.2, 10)
B = (0.5, 10)
C = (0.2, 16)
The point (x,12) is on the BC-line. Can you help me?
채택된 답변
추가 답변 (1개)
the cyclist
2014년 3월 1일
1 개 추천
You can use the interp1() command to do this.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!