Finding the minimum distance between two matrices
情報
This question is locked. 編集または回答するには再度開いてください。
古いコメントを表示
Hi, I have two matrices of xy co-ordinates, one being the outline of a train and one being the outline of the structure the train is passing through. I would like to find the minimum distance between these matrices to work out the minimum clearance. I am new to MATLAB and any help would be appreciated, thanks in advance.
1 件のコメント
Rena Berman
2024 年 6 月 11 日
(Answers Dev) Restored edit
採用された回答
その他の回答 (1 件)
Use one matrix to generate the curve and the other dataset as a list of points for which you want to compute the distance to the curve. Finally, take min(.) of the distances computed.
After this, you could reverse the roles of curve and list of points to see whether you get the same distance.
0 件のコメント
This question is locked.
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!