How can find specific values form the below matrix?

2 ビュー (過去 30 日間)
Amir Torabi
Amir Torabi 2019 年 12 月 14 日
編集済み: dpb 2019 年 12 月 14 日
Hi.
I have a Matrix A. It contains the several coordinates. I'd like to find the distance of each coordinate(x,y) from others.
And store only the coordinates that their distance from others is greater than 50.
Thank for your help.
%-----code
load A;
  1 件のコメント
dpb
dpb 2019 年 12 月 14 日
編集済み: dpb 2019 年 12 月 14 日
doc pdist
doc pdist2
then look up logical operators.
This is about a 2-3 liner...

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by