find angle between lines
Mostrar comentarios más antiguos
hello
i need to find the angles between lines
how can i do in code

1 comentario
John D'Errico
el 25 de Dic. de 2018
Editada: John D'Errico
el 25 de Dic. de 2018
As a hint:
That will suffice. Why not try it?
Or, you could find the inclination of each line, best done using atan2. Then subtract. That too will work, as long as you are careful.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Elementary Math 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!