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!