x-coordinate for specific point in a triangle
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
the cyclist
el 1 de Mzo. de 2014
1 voto
You can use the interp1() command to do this.
Categorías
Más información sobre Computational Geometry en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!