find angle between lines
显示 更早的评论
hello
i need to find the angles between lines
how can i do in code

1 个评论
John D'Errico
2018-12-25
编辑:John D'Errico
2018-12-25
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Elementary Math 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!