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 で Computational Geometry についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!